-
Notifications
You must be signed in to change notification settings - Fork 161
/
package.json
45 lines (45 loc) · 1.06 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
{
"name": "cesiumvectortile",
"version": "1.2.4",
"description": "Cesium VectorTileImageryProvider",
"author": {
"name": "weixiuyong",
"url": "https://github.com/MikesWei"
},
"main": "./src/index.js",
"scripts": {
"build": "node src/bundle.js"
},
"keywords": [
"Cesium",
"VectorTile",
"geojson",
"shape file",
"shp"
],
"dependencies": {
"@turf/bbox": "^6.0.1",
"@turf/bbox-clip": "^6.0.3",
"@turf/bbox-polygon": "^6.0.1",
"@turf/boolean-point-in-polygon": "^6.0.1",
"@turf/center": "^6.0.1",
"@turf/center-of-mass": "^6.0.1",
"@turf/centroid": "^6.0.2",
"@turf/helpers": "^6.1.4",
"@turf/invariant": "^6.1.2",
"@turf/point-to-line-distance": "^6.0.0",
"@turf/polygon-to-line": "^6.0.3",
"@turf/simplify": "^5.1.5",
"@turf/within": "^4.7.3",
"mersenne-twister": "^1.1.0",
"shpjs": "^3.4.3",
"uri": "^0.1.0",
"when": "^3.7.8"
},
"devDependencies": {
"browserify": "^16.5.0",
"cesium": "^1.96.0",
"exorcist": "^1.0.1",
"uglify-js": "^2.8.13"
}
}