forked from CesiumGS/cesium-threejs-experiment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1019 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": "cesium-threejs-experiment",
"version": "1.0.0",
"private": true,
"description": "Cesium + Three JS Experiment",
"author": "AGI",
"devDependencies": {
"bluebird": "3.4.7",
"cesium": "^1.45.0",
"chroma-js": "1.0.1",
"fs-extra": "2.0.0",
"gulp": "3.9.1",
"gulp-jshint": "2.0.4",
"gulp-uglify": "2.0.1",
"jshint": "2.9.4",
"jshint-stylish": "2.2.1",
"knockout": "3.4.1",
"mime": "1.3.4",
"nodemon": "1.11.0",
"pepjs": "0.4.2",
"requirejs": "2.3.2",
"requirejs-text": "2.0.15",
"restify": "4.3.0",
"three": "0.87.1",
"yargs": "6.6.0"
},
"scripts": {
"start": "node --max-old-space-size=4096 server.js",
"watch": "nodemon --max-old-space-size=4096 --watch lib --watch config.json --watch server.js server.js",
"jsHint": "gulp jsHint",
"jsHint-watch": "gulp jsHint-watch",
"postinstall": "gulp postInstall",
"website-combine": "gulp website-combine",
"website-release": "gulp website-release"
}
}