mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Add npm package
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user