-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
50 lines (50 loc) · 1.55 KB
/
bower.json
File metadata and controls
50 lines (50 loc) · 1.55 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
{
"name": "leaflet-bootstrap",
"version": "3.41.0",
"homepage": "https://github.com/FCOO/leaflet-bootstrap",
"authors": [
"Niels Holt"
],
"description": "",
"main": [
"dist/leaflet-bootstrap.js",
"dist/leaflet-bootstrap.css"
],
"repository": {
"type": "git",
"url": "git://github.com/FCOO/leaflet-bootstrap.git"
},
"dependencies": {
"jquery": "latest",
"leaflet-bower-bugfix-switches": "fcoo/leaflet-bower-bugfix-switches#^2.0.2",
"jquery-bootstrap": "fcoo/jquery-bootstrap#^3.21.9",
"leaflet-control-topcenter": "FCOO/leaflet-control-topcenter#^2.0.1",
"javascript-utilities": "fcoo/javascript-utilities#^1.1.0",
"numeral": "adamwdraper/Numeral-js#^2.0.6",
"seiyria-bootstrap-slider": "seiyria/bootstrap-slider#^11.0.2",
"history.js": "fcoo/history.js#^1.0.9",
"leaflet-latlng-format": "fcoo/leaflet-latlng-format#^2.0.0",
"leaflet-latlng-geodesy": "fcoo/leaflet-latlng-geodesy#^1.0.2",
"leaflet-mouseposition": "fcoo/leaflet-mouseposition#latest",
"leaflet-bootstrap-marker": "fcoo/leaflet-bootstrap-marker#^3.0.0",
"modernizr-javascript": "fcoo/modernizr-javascript#^1.1.2",
"modernizr-scss": "fcoo/modernizr-scss#^2.3.0",
"geolocation": "fcoo/geolocation#^1.0.0",
"fulltilt": "^0.5.3"
},
"devDependencies": {
"modernizr-scss": "FCOO/modernizr-scss#^2.1.2",
"leaflet-polyline": "fcoo/leaflet-polyline#^2.4.2"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"moduleType": [
"es6"
]
}