Files
iD/package.json
John Firebaugh 7d7f1ab4ac Depend on node ~0.8.20
Older versions are incompatible with uglifyjs.
2013-03-11 11:11:54 -07:00

31 lines
608 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"
},
"engines": {
"node": "~0.8.20"
}
}