-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
73 lines (73 loc) · 1.75 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "meerkat_frontend",
"version": "0.0.0",
"homepage": "https://github.com/who-emro/meerkat_frontend",
"authors": [
"Kenrick Turner <[email protected]>",
"Jonathan Berry <[email protected]>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"Leaflet.fullscreen": "Leaflet/Leaflet.fullscreen#~0.0.4",
"bootstrap-sass": "~3.3.5",
"bootstrap-table": "~1.10.1",
"eonasdan-bootstrap-datetimepicker": "~4.17.37",
"featherlight": "~1.5.0",
"flag-icon-css": "~0.7.1",
"fontawesome": "~4.3.0",
"highcharts": "~6.0.3",
"intl-tel-input": "~7.1.1",
"jed": "~1.1.0",
"jquery": "~2.2.4",
"js-cookie": "~2.1.3",
"leaflet-omnivore": "0.3.2",
"leaflet.markercluster": "~1.0.3",
"leaflet.awesome-markers": "^2.0.2",
"mapbox.js": "~3.0.1",
"tableExport.jquery.plugin": "~1.9.6",
"raven-js": "~3.12.0",
"bootstrap-datepicker": "~1.7.0",
"throbber.js": "~0.0.2"
},
"overrides": {
"Leaflet.fullscreen": {
"main": "src/Leaflet.fullscreen.js"
},
"leaflet.markercluster": {
"main": "dist/leaflet.markercluster.js"
},
"leaflet-omnivore": {
"main": "leaflet-omnivore.js"
},
"tableExport.jquery.plugin": {
"main": "tableExport.min.js"
},
"mapbox.js": {
"main": [
"mapbox.css",
"mapbox.uncompressed.js",
"images/*"
]
},
"highcharts": {
"main": [
"highcharts.js",
"highcharts-more.js",
"modules/treemap.js",
"modules/broken-axis.js"
]
}
},
"resolutions": {
"tableExport.jquery.plugin": "~1.6.8",
"jspdf": "1.3.2 - 1.3.4"
}
}