Add npm package

This commit is contained in:
Tom MacWright
2012-12-14 11:30:13 -05:00
parent 070ee74ff6
commit a1383d01b0

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"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"
},
"repository": {
"type": "git",
"url": "git://github.com/systemed/iD.git"
},
"keywords": [
"editor",
"openstreetmap"
],
"license": "BSD",
"devDependencies": {
"uglify-js": "~2.2.2",
"mocha-phantomjs": "~1.1.1"
}
}