Files
iD/package.json
2013-03-22 13:09:18 -04:00

37 lines
735 B
JSON

{
"name": "iD",
"version": "0.0.0",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "mocha-phantomjs test/index.html && make && mocha-phantomjs test/index_packaged.html"
},
"repository": {
"type": "git",
"url": "git://github.com/systemed/iD.git"
},
"keywords": [
"editor",
"openstreetmap"
],
"license": "WTFPL",
"devDependencies": {
"uglify-js": "~2.2.5",
"mocha-phantomjs": "~1.1.1",
"glob": "~3.1.21",
"js-yaml": "~2.0.3",
"request": "~2.16.2",
"jsonschema": "~0.3.2"
},
"engines": {
"node": "~0.8.20"
},
"dependencies": {
"marked": "~0.2.8"
}
}