Files
iD/package.json
2016-02-08 19:02:37 -08:00

51 lines
1.3 KiB
JSON

{
"name": "iD",
"version": "1.8.5",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "eslint js/id && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html dot && make && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index_packaged.html dot"
},
"repository": {
"type": "git",
"url": "git://github.com/openstreetmap/iD.git"
},
"keywords": [
"editor",
"openstreetmap"
],
"license": "ISC",
"devDependencies": {
"chai": "~1.9.2",
"d3": "3.5.5",
"editor-imagery-index": "git://github.com/osmlab/editor-imagery-index.git#gh-pages",
"eslint": "~1.10.3",
"glob": "~3.1.21",
"happen": "0.1.2",
"js-yaml": "~3.3.1",
"jsonschema": "~0.3.2",
"lodash-cli": "3.9.3",
"maki": "0.5.0",
"minimist": "~1.2.0",
"mocha": "~2.3.4",
"mocha-phantomjs-core": "^1.3.0",
"name-suggestion-index": "0.1.1",
"request": "~2.16.2",
"sinon": "~1.6",
"sinon-chai": "~2.3.1",
"smash": "0.0",
"svg-sprite": "1.2.19",
"uglify-js": "~2.4.16",
"xml2js": "~0.4.13",
"xmlbuilder": "~4.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"engineStrict": true
}