-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
52 lines (52 loc) · 1.11 KB
/
bower.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
43
44
45
46
47
48
49
50
51
52
{
"name": "leaflet-raw-dem",
"version": "0.1.0",
"main": "dist/leaflet-raw-dem.min.js",
"moduleType": [
"globals"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"data"
],
"dependencies": {
"jszip": "Stuk/jszip#~2.4.0",
"chroma-js": "~0.6.1",
"dat-gui": "~0.5.1",
"leaflet-plugins": "~1.3.9",
"Leaflet.Coordinates": "MrMufflon/Leaflet.Coordinates",
"Leaflet.Grid": "jieter/Leaflet.Grid",
"Leaflet.FileLayer": "nrenner/Leaflet.FileLayer#extend-binary",
"Leaflet.Graticule": "turban/Leaflet.Graticule"
},
"overrides": {
"dat-gui": {
"main": "build/dat.gui.js"
},
"leaflet-plugins": {
"main": [
"control/Permalink.js",
"layer/tile/Bing.js"
]
},
"Leaflet.Coordinates": {
"main": [
"dist/Leaflet.Coordinates-0.1.3.min.js",
"dist/Leaflet.Coordinates-0.1.3.css"
]
},
"Leaflet.Grid": {
"main": [
"L.Grid.js",
"L.Grid.css"
]
},
"Leaflet.Graticule": {
"main": "L.Graticule.js"
}
}
}