-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
62 lines (62 loc) · 1.27 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
{
"name": "gogowada",
"version": "0.0.0",
"authors": [
"Pawel Badenski <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"d3": "~3.5.3",
"jquery": "2",
"dc.js": "2",
"underscore": "~1.7.0",
"gridster": "~0.5.6",
"dc.leaflet.js": "https://github.com/monostop/dc.leaflet.js.git#dc-2.0.0-alpha.2",
"leaflet": "~0.7.3",
"string": "~3.0.0",
"pluralize": "~1.1.1",
"bootstrap": "~3.3.2",
"font-awesome": "~4.3.0",
"Hover": "~1.0.8",
"momentjs": "~2.9.0",
"leaflet.markercluster": "~0.4.0",
"purl": "~2.3.1"
},
"overrides": {
"bootstrap": {
"main": [
"dist/js/bootstrap.js",
"dist/css/bootstrap.css"
]
},
"crossfilter": {
"main": "crossfilter.js"
},
"gridster": {
"main": [
"dist/jquery.gridster.js",
"dist/jquery.gridster.css"
]
},
"leaflet.markercluster": {
"main": [
"dist/leaflet.markercluster.js",
"dist/MarkerCluster.Default.css"
]
},
"dc.leaflet.js": {
"main": "dc.leaflet.js",
"dependencies": {
"dc.js": "*",
"leaflet": "*"
}
}
}
}