-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.55 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
{
"name": "cesium-navigation",
"version": "1.1.10",
"description": "Cesium plugin that adds a compass, navigator, and distance scale to the map",
"main": "viewerCesiumNavigationMixin",
"dependencies": {
"@bower_components/almond": "jrburke/almond#0.3.3",
"@bower_components/hammerjs": "EightMedia/hammer.js#2.0.8",
"@bower_components/knockout": "SteveSanderson/knockout#3.5.1",
"@bower_components/knockout-es5": "SteveSanderson/knockout-es5#0.4.6",
"@bower_components/markdown-it": "markdown-it/markdown-it#7.0.1",
"@bower_components/markdown-it-sanitizer": "svbergerem/markdown-it-sanitizer#0.4.3",
"@bower_components/require-css": "https://github.com/guybedford/require-css.git#214fadff4f9f5c650ebc5256e6fd88e9c602b010",
"@bower_components/require-less": "https://github.com/guybedford/require-less.git#447f0d270d91616eb83b14efe26d953b10d9b33f"
},
"scripts": {
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'bower_components', 'junction') } catch (e) { }\""
},
"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",
"engines": {
"yarn": ">= 1.0.0"
}
}