-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "@here/quantized-mesh-viewer",
"version": "1.0.0",
"description": "Quantized mesh viewer",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server -d --host 0.0.0.0 --inline false",
"test": "standard ./src/**/*.js"
},
"license": "MIT",
"author": {
"name": "HERE Europe B.V.",
"url": "https://here.com"
},
"repository": {
"type": "git",
"url": "git@github.com:heremaps/quantized-mesh-viewer.git"
},
"bugs": "https://github.com/heremaps/quantized-mesh-viewer/issues",
"keywords": [
"HERE",
"HERE technologies",
"Quantized Mesh",
"Cesium",
"THREE.js"
],
"dependencies": {
"@here/quantized-mesh-decoder": "github:heremaps/quantized-mesh-decoder",
"cesium": "^1.53.0",
"dat.gui": "^0.7.4",
"three": "^0.92.0"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.6.0",
"standard": "^11.0.1",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
}
}