mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"name": "iD",
|
|
"version": "1.9.6",
|
|
"description": "A friendly editor for OpenStreetMap",
|
|
"main": "iD.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run lint && 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",
|
|
"start": "http-server .",
|
|
"lint": "eslint js/id test/spec modules"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/openstreetmap/iD.git"
|
|
},
|
|
"keywords": [
|
|
"editor",
|
|
"openstreetmap"
|
|
],
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"diacritics": "1.2.3",
|
|
"marked": "0.3.5",
|
|
"osm-auth": "0.2.8",
|
|
"rbush": "2.0.1",
|
|
"sexagesimal": "0.5.0",
|
|
"togeojson": "0.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "3.5.0",
|
|
"d3": "3.5.5",
|
|
"editor-layer-index": "git://github.com/osmlab/editor-layer-index.git#gh-pages",
|
|
"eslint": "3.0.1",
|
|
"eslint-plugin-import": "1.10.2",
|
|
"glob": "7.0.5",
|
|
"happen": "0.3.1",
|
|
"http-server": "0.9.0",
|
|
"js-yaml": "3.6.1",
|
|
"jsonschema": "1.1.0",
|
|
"lodash-cli": "4.13.1",
|
|
"maki": "0.5.0",
|
|
"minimist": "1.2.0",
|
|
"mocha": "2.5.3",
|
|
"mocha-phantomjs-core": "2.0.1",
|
|
"name-suggestion-index": "0.1.1",
|
|
"phantomjs-prebuilt": "2.1.7",
|
|
"request": "2.73.0",
|
|
"rollup": "0.34.1",
|
|
"rollup-plugin-commonjs": "3.1.0",
|
|
"rollup-plugin-node-resolve": "1.7.1",
|
|
"sinon": "1.17.4",
|
|
"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"
|
|
}
|
|
}
|