@triedeti/threedigitaltwin
Version:
This is a ThreeDigitalTwin. A starter kit for our IoT Project based on 3D WebGL.
42 lines • 1.04 kB
JSON
{
"name": "@triedeti/threedigitaltwin",
"version": "1.0.18",
"main": "dist/threedigitaltwin.js",
"scripts": {
"build": "npm install"
},
"keywords": [
"digitaltwin",
"threejs",
"maps",
"3d"
],
"dependencies": {
"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"
}