-
Notifications
You must be signed in to change notification settings - Fork 186
/
Copy pathpackage.json
58 lines (58 loc) · 1.96 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
51
52
53
54
55
56
57
58
{
"name": "three-geo",
"version": "1.4.6-dev5",
"description": "3D geographic visualization library",
"main": "dist/three-geo.min.js",
"directories": {
"example": "examples"
},
"scripts": {
"postinstall": "([ -d './examples' ] && cd ./examples/geo-viewer && npm i || true);",
"dist": "es-pack build -d ./dist -m umd esm esm-compat",
"build": "es-pack build -m umd",
"build:esm": "es-pack build -m esm",
"build:esm:compat": "es-pack build -m esm-compat",
"test": "npm run test:verify && npm run test:main && npm run test:viewer",
"test:verify": "es-pack build -m umd esm esm-compat --verify",
"test:main": "es-pack test --node --browser",
"test:windows": "es-pack build -m umd esm esm-compat",
"test:viewer": "(cd ./examples/geo-viewer && es-pack build);",
"dev": "es-pack build --dev"
},
"repository": {
"type": "git",
"url": "https://github.com/w3reality/three-geo.git"
},
"keywords": [
"three",
"geo",
"dataviz"
],
"author": "j-devel",
"license": "MIT",
"bugs": {
"url": "https://github.com/w3reality/three-geo/issues"
},
"homepage": "https://github.com/w3reality/three-geo",
"devDependencies": {
"@mapbox/sphericalmercator": "^1.1.0",
"@mapbox/tile-cover": "^3.0.2",
"@mapbox/tilebelt": "^1.0.1",
"@mapbox/vector-tile": "^1.3.1",
"@turf/area": "^6.0.1",
"@turf/destination": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@turf/intersect": "^6.1.2",
"@turf/transform-rotate": "^5.1.5",
"@turf/transform-translate": "^5.1.5",
"@turf/union": "6.2.0-alpha.2",
"es-pack-js": "0.6.0",
"get-pixels": "^3.3.3",
"pbf": "^3.1.0",
"regenerator": "^0.14.2",
"three": "^0.138.0",
"three-laser-pointer": "^1.2.3",
"uniq": "^1.0.1",
"xhr": "^2.6.0"
}
}