-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 1.22 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
{
"name": "imiq-map",
"version": "1.0.0",
"homepage": "https://github.com/gina-alaska/imiq-map",
"authors": [
"Will Fisher <[email protected]>"
],
"description": "Imiq web map",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor/assets/bower_components",
"test",
"tests"
],
"dependencies": {
"Highcharts-4.0.1": "http://code.highcharts.com/zips/Highcharts-4.0.1.zip",
"Highcharts": "http://code.highcharts.com/zips/Highcharts-4.0.3.zip",
"Leaflet.Coordinates": "git://github.com/MrMufflon/Leaflet.Coordinates",
"bootstrap": "3.2.0",
"eonasdan-bootstrap-datetimepicker": "*",
"fontawesome": "*",
"gina-map-layers": "git://github.com/gina-alaska/gina-map-layers#1.0.4",
"jQuery-ajaxTransport-XDomainRequest": "git://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest#1.0.2",
"leaflet.draw": "*",
"leaflet.markercluster": "*",
"leaflet": "http://leaflet-cdn.s3.amazonaws.com/build/leaflet-0.7.zip",
"mapbox.js": "git://github.com/gina-alaska/mapbox-dist#1.6.4",
"markerclusters": "https://github.com/Leaflet/Leaflet.markercluster.git",
"wicket": "git://github.com/arthur-e/Wicket"
}
}