mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
78 lines
1.9 KiB
JSON
78 lines
1.9 KiB
JSON
{
|
|
"name": "iD",
|
|
"version": "2.0.0-alpha.1",
|
|
"description": "A friendly editor for OpenStreetMap",
|
|
"main": "iD.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run lint && make && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html spec",
|
|
"start": "node development_server.js develop",
|
|
"build-min": "npm run build && uglifyjs dist/iD.js -c -m -o dist/iD.min.js",
|
|
"build": "node development_server.js",
|
|
"lint": "eslint js/id test/spec modules"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/openstreetmap/iD.git"
|
|
},
|
|
"keywords": [
|
|
"editor",
|
|
"openstreetmap"
|
|
],
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"d3-selection-multi": "1.0.0",
|
|
"diacritics": "1.2.3",
|
|
"lodash": "4.13.1",
|
|
"marked": "0.3.6",
|
|
"osm-auth": "0.2.9",
|
|
"rbush": "2.0.1",
|
|
"sexagesimal": "0.5.0",
|
|
"togeojson": "0.14.2",
|
|
"wmf-sitematrix": "0.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"brfs": "1.4.3",
|
|
"chai": "~3.5.0",
|
|
"d3": "4.2.1",
|
|
"ecstatic": "~2.1.0",
|
|
"editor-layer-index": "git://github.com/osmlab/editor-layer-index.git#gh-pages",
|
|
"eslint": "~3.3.1",
|
|
"gaze": "~1.1.1",
|
|
"glob": "~7.0.5",
|
|
"happen": "~0.3.1",
|
|
"js-yaml": "~3.6.1",
|
|
"jsonschema": "~1.1.0",
|
|
"maki": "0.5.0",
|
|
"minimist": "~1.2.0",
|
|
"mocha": "~3.0.2",
|
|
"mocha-phantomjs-core": "~2.0.1",
|
|
"name-suggestion-index": "0.1.1",
|
|
"phantomjs-prebuilt": "~2.1.11",
|
|
"request": "~2.73.0",
|
|
"rollup": "0.34.10",
|
|
"rollup-plugin-commonjs": "3.3.1",
|
|
"rollup-plugin-json": "2.0.1",
|
|
"rollup-plugin-node-resolve": "2.0.0",
|
|
"sinon": "~1.17.5",
|
|
"sinon-chai": "~2.8.0",
|
|
"smash": "0.0",
|
|
"svg-sprite": "1.3.3",
|
|
"uglify-js": "~2.7.0",
|
|
"xml2js": "~0.4.17",
|
|
"xmlbuilder": "~8.2.2"
|
|
},
|
|
"greenkeeper": {
|
|
"ignore": [
|
|
"d3",
|
|
"maki"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
}
|