forked from alberto-acevedo/cesium-navigation
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.15 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
42
{
"name": "cesium-navigation",
"version": "1.1.3",
"description": "Cesium plugin that adds a compass, navigator, and distance scale to the map",
"main": "viewerCesiumNavigationMixin",
"dependencies": {
"bower": "*"
},
"devDependencies": {
"fs-extra": "^0.26.5",
"csso": "^1.5.4",
"less": "^1.7.5",
"node-minify": "^1.3.7",
"express": "~4.9.x",
"compression": "1.0.8",
"yargs": "1.2.6",
"requirejs": "^2.1.22",
"cesium": "^1.20.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alberto-acevedo/cesium-navigation.git"
},
"keywords": [
"cesium",
"navigation",
"compass",
"navigator",
"distance",
"scale"
],
"author": "alberto acevedo",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/alberto-acevedo/cesium-navigation/issues"
},
"homepage": "https://github.com/alberto-acevedo/cesium-navigation#readme"
}