forked from smrycek/BikeSafety
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
40 lines (40 loc) · 922 Bytes
/
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
{
"name": "bikesafety",
"version": "0.0.0",
"homepage": "https://github.com/smrycek/BikeSafety",
"authors": [
"Dane Summers <[email protected]>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"html/includes/bower",
"test",
"tests"
],
"dependencies": {
"colorbrewer": "~1.0.0",
"topojson": "~1.6.18",
"d3": "~3.5.5",
"bootstrap": "~3.3.2",
"angular": "~1.3.14",
"lodash": "~3.10.1",
"angular-route": "~1.3.15",
"leaflet": "~0.7.3",
"angular-leaflet-directive": "~0.7.11",
"jquery": "~2.1.3",
"angularfire": "~0.9.2",
"firebase": "~3.0.x",
"angular-mocks": "~1.3.15",
"angular-ui-bootstrap-bower": "~0.13.0",
"seiyria-bootstrap-slider": "~5.3.1",
"angular-local-storage": "~0.2.5"
},
"resolutions": {
"angular": "~1.3.19",
"firebase": "~3.0.x"
}
}