-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
51 lines (51 loc) · 1.64 KB
/
bower.json
File metadata and controls
51 lines (51 loc) · 1.64 KB
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
{
"name": "fcoo-maps",
"version": "1.48.0",
"homepage": "https://github.com/fcoo/fcoo-maps",
"authors": [
"Niels Holt"
],
"description": "",
"main": [
"dist/fcoo-maps.js",
"dist/fcoo-maps.css"
],
"repository": {
"type": "git",
"url": "git://github.com/fcoo/fcoo-maps.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"moduleType": [
"es6"
],
"dependencies": {
"fcoo-application": "fcoo/fcoo-application#^18.0.0",
"fcoo-maps-colors": "fcoo/fcoo-maps-colors#latest",
"fcoo-country-list": "fcoo/fcoo-country-list#latest",
"leaflet-map-sync": "fcoo/leaflet-map-sync#^2.4.0",
"leaflet-multi-maps": "fcoo/leaflet-multi-maps#^2.0.0",
"leaflet-zoom-modernizr": "fcoo/leaflet-zoom-modernizr#^1.5.1",
"leaflet-control-topcenter": "fcoo/leaflet-control-topcenter#^2.0.0",
"leaflet-freeze": "fcoo/leaflet-freeze#^2.1.0",
"leaflet.edgebuffer": "TolonUK/Leaflet.EdgeBuffer#^1.0.3",
"leaflet-bootstrap": "fcoo/leaflet-bootstrap#^3.25.0",
"leaflet-bootstrap-marker": "fcoo/leaflet-bootstrap-marker#^3.0.0",
"leaflet-polyline": "fcoo/leaflet-polyline#^2.4.2",
"leaflet-bootstrap-draw": "fcoo/leaflet-bootstrap-draw#^4.0.0",
"leaflet-latlng-format": "fcoo/leaflet-latlng-format#^2.0.0",
"leaflet-latlng-graticule": "fcoo/leaflet-latlng-graticule#^1.2.0",
"jquery-mousewheel": "^3.1.13",
"clipboard": "zenorocha/clipboard.js#^2.0.6",
"canvas-utilities": "fcoo/canvas-utilities.js#^1.0.0"
},
"devDependencies": {
"modernizr-scss": "https://github.com/fcoo/modernizr-scss.git#latest"
}
}