forked from openlayers/ol-cesium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 844 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
{
"name": "ol-cesium",
"version": "1.33.0",
"description": "OpenLayers Cesium integration library",
"scripts": {},
"main": "./dist/olcesium.js",
"repository": {
"type": "git",
"url": "git://github.com/openlayers/ol-cesium.git"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/openlayers/ol-cesium/issues"
},
"dependencies": {
"async": "2.3.0",
"htmlparser2": "3.9.2"
},
"devDependencies": {
"@camptocamp/cesium": "1.40.0",
"@camptocamp/closure-util": "1.26.0",
"@mapbox/geojsonhint": "2.0.1",
"eslint": "4.12.0",
"eslint-config-openlayers": "7.0.0",
"eslint-plugin-googshift": "0.9.2",
"fs-extra": "3.0.1",
"googshift": "0.9.2",
"jsdoc": "3.5.5",
"nomnom": "1.8.1",
"openlayers": "4.6.2",
"temp": "0.8.3",
"walk": "2.3.9"
}
}