-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 880 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
39
40
41
42
{
"name": "Cesium-LiquidGalaxy",
"version": "1.0.0",
"description": "Enabling Cesium for Liquid Galaxy",
"homepage": "https://github.com/abhishekvp/cesium-lg",
"license": "Apache-2.0",
"student": {
"name": "Abhishek Potnis",
"url": "http://home.iitb.ac.in/~abhishekvpotnis/"
},
"mentor": {
"name": "Andrew Leahy"
},
"keywords": [
"gis",
"3D",
"geospatial",
"map",
"globe"
],
"repository": {
"type": "git",
"url": "https://github.com/abhishekvp/cesium-lg.git"
},
"bugs": {
"url": "https://github.com/abhishekvp/cesium-lg/issues",
"email": "[email protected]"
},
"dependencies": {
"requirejs": "2.2.0"
},
"devDependencies": {
"express": "4.13.4",
"protobufjs":"*",
"request": "2.69.0",
"websocket":"*",
"ws":"*"
},
"scripts": {
"start": "node server.js"
}
}