forked from openstreetmap/iD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "iD",
"version": "1.8.3",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "eslint js/id && mocha-phantomjs test/index.html && make && mocha-phantomjs test/index_packaged.html"
},
"repository": {
"type": "git",
"url": "git://github.com/openstreetmap/iD.git"
},
"keywords": [
"editor",
"openstreetmap"
],
"license": "ISC",
"devDependencies": {
"d3": "3.5.5",
"smash": "0.0",
"lodash-cli": "3.9.3",
"uglify-js": "~2.4.16",
"maki": "0.5.0",
"eslint": "~1.2.1",
"mocha": "~1.21.5",
"mocha-phantomjs": "~3.5.3",
"chai": "~1.9.2",
"sinon": "~1.6",
"sinon-chai": "~2.3.1",
"happen": "0.1.2",
"glob": "~3.1.21",
"js-yaml": "~3.3.1",
"request": "~2.16.2",
"jsonschema": "~0.3.2",
"editor-imagery-index": "git://github.com/osmlab/editor-imagery-index.git#gh-pages",
"name-suggestion-index": "0.0.1",
"minimist": "~1.2.0",
"xml2js": "~0.4.13",
"xmlbuilder": "~3.1.0",
"svg-sprite": "~1.2.12"
},
"engines": {
"node": ">=0.10.0"
},
"engineStrict": true
}