forked from CesiumGS/3d-tiles-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 911 Bytes
/
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
{
"name": "3d-tiles-samples",
"version": "0.1.0",
"license": "Apache-2.0",
"description": "Sample tilesets for learning how to use 3D Tiles.",
"author": {
"name": "Analytical Graphics, Inc. and Contributors"
},
"keywords": [
"3D Tiles"
],
"homepage": "https://github.com/AnalyticalGraphicsInc/3d-tiles-samples",
"repository": {
"type": "git",
"url": "https://github.com/AnalyticalGraphicsInc/3d-tiles-samples.git"
},
"bugs": {
"url": "https://github.com/AnalyticalGraphicsInc/3d-tiles-samples/issues"
},
"main": "index.js",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"async": "^2.5.0",
"cesium": "^1.39.0",
"compression": "^1.7.1",
"express": "^4.16.2",
"nodemon": "^1.12.1",
"request": "^2.83.0",
"yargs": "^10.0.3"
},
"scripts": {
"start": "nodemon --watch bin --watch lib --watch index.js server.js"
}
}