forked from openlayers/openlayers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 996 Bytes
/
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
{
"name": "openlayers",
"version": "3.0.0-beta",
"description": "Mapping library",
"scripts": {
"install": "node tasks/parse-examples.js",
"postinstall": "node ./node_modules/closure-util/install.js",
"start": "node tasks/serve.js",
"test": "node tasks/test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/openlayers/ol3.git"
},
"license": "BSD",
"bugs": {
"url": "https://github.com/openlayers/ol3/issues"
},
"dependencies": {
"async": "~0.2.10",
"closure-util": "0.19.0",
"fs-extra": "~0.8.1",
"graceful-fs": "~3.0.2",
"htmlparser2": "~3.7.1",
"jsdoc": "~3.3.0-alpha9",
"nomnom": "~1.6.2",
"temp": "~0.7.0",
"walk": "~2.3.3"
},
"devDependencies": {
"clean-css": "^2.2.7",
"expect.js": "~0.3.1",
"jquery": "~2.1.1",
"jshint": "~2.5.1",
"mocha": "~1.20.1",
"mocha-phantomjs": "~3.5.0",
"phantomjs": "~1.9.7-5",
"proj4": "~2.2.1",
"sinon": "~1.10.2"
}
}