-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "@triedeti/threedigitaltwin",
"version": "1.0.18",
"main": "dist/threedigitaltwin.js",
"scripts": {
"build": "npm install"
},
"keywords": [
"digitaltwin",
"threejs",
"maps",
"3d"
],
"dependencies": {
"@turf/centroid": "^6.2.0",
"@turf/helpers": "^6.2.0",
"camera-controls": "^1.22.1",
"delaunator": "^4.0.1",
"es6-tween": "^5.5.11",
"fetch": "^1.1.0",
"geo-three": "0.0.3",
"geometry-extrude": "^0.1.2",
"oimo": "^1.0.9",
"proj4": "^2.6.2",
"reproject": "^1.2.6",
"reproject-spherical-mercator": "^0.1.3",
"three": "^0.120.0",
"three.meshline": "^1.2.0",
"turf": "^3.0.14"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"author": "TriedeTI",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/triedeti/ThreeDigitalTwin.git"
},
"bugs": {
"url": "https://github.com/triedeti/ThreeDigitalTwin/issues"
},
"homepage": "https://github.com/triedeti/ThreeDigitalTwin#readme"
}