Files
iD/package.json
2013-03-06 18:22:28 -08:00

27 lines
543 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.2",
"mocha-phantomjs": "~1.1.1"
}
}