{ "name": "iD", "version": "1.7.0", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": { "doc": "docs", "test": "test" }, "scripts": { "test": "jshint js/id && mocha-phantomjs test/index.html && make && mocha-phantomjs test/index_packaged.html" }, "repository": { "type": "git", "url": "git://github.com/openstreetmap/iD.git" }, "keywords": [ "editor", "openstreetmap" ], "license": "WTFPL", "devDependencies": { "d3": "3.5.5", "smash": "0.0", "lodash-cli": "2.3.0", "uglify-js": "~2.4.16", "maki": "0.4.5", "jshint": "2.3.0", "mocha": "~1.21.5", "mocha-phantomjs": "~3.5.3", "chai": "~1.9.2", "sinon": "~1.6", "sinon-chai": "~2.3.1", "happen": "0.1.2", "glob": "~3.1.21", "js-yaml": "~3.1.0", "request": "~2.16.2", "jsonschema": "~0.3.2", "delve": "0.2", "editor-imagery-index": "git://github.com/osmlab/editor-imagery-index.git#gh-pages", "name-suggestion-index": "0.0.1" }, "engines": { "node": ">=0.10.0" }, "engineStrict": true }