mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
27 lines
491 B
JSON
27 lines
491 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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|