forked from xuzhao123/cesium-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (37 loc) · 946 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
37
38
{
"name": "ceisum-geomotry",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
},
"devDependencies": {
"cesium": "^1.40.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"compression": "^1.7.1",
"eslint": "^4.13.1",
"express": "^4.16.2",
"shapefile-stream": "0.0.4",
"through2": "^2.0.3",
"webpack": "^3.10.0",
"webpack-glsl-loader": "^1.0.1",
"yargs": "^10.0.3"
},
"scripts": {
"start": "node server.js",
"build": "webpack --env=dev --progress --profile --colors",
"eslint": "eslint ./Source --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1617301803/cesium-geometry.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/1617301803/cesium-geometry/issues"
},
"homepage": "https://github.com/1617301803/cesium-geometry#readme"
}