Files
iD/package.json
Tom MacWright b59f28424c Translatable documentation, Fixes #1108
* Adds Marked
* Fixes a global leak in toGeoJSON
* Removes marked from package.json
* Adds documentation to core.yaml
* Removes stray console.log from tests
2013-03-27 14:34:34 -04:00

34 lines
687 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"
}
}