-
Notifications
You must be signed in to change notification settings - Fork 7
/
bower.json
60 lines (60 loc) · 1.51 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
{
"name": "smartcitizen",
"version": "0.0.0",
"dependencies": {
"angular": "*",
"angular-clipboard": "~1.1.1",
"angular-dropdowns": "~1.1.0",
"angular-leaflet-directive": "~0.8.6",
"angular-load": "~0.3.0",
"angular-material": "^1.1.9",
"angular-sanitize": "^1.7.0",
"angular-spinner": "https://github.com/fablabbcn/bower-angular-spinner.git",
"angular-ui-router": "^1.0.17",
"angular-cookies": "^1.7.0",
"d3": "~3.5.5",
"jquery": "~2.1.4",
"leaflet.markercluster": "~0.4.0",
"moment": "~2.10.3",
"ng-file-upload": "^12.2.13",
"oauth-ng": "~0.3.8",
"pickadate": "^3.5.6",
"rangeslider.js": "~1.3.3",
"restangular": "^1.6.1",
"ngtweet": "~0.3.0",
"angular-aria": "^1.7.0",
"angular-messages": "^1.7.2",
"angular-animate": "^1.7.0",
"lodash": "^4.17.10",
"papaparse": "papa-parse#^4.5.0",
"angular-papa-promise": "^0.0.4",
"outdated-browser": "^1.1.5"
},
"devDependencies": {
"angular-mocks": "~1.7.8"
},
"resolutions": {
"angular": "^1.6.8",
"angular-sanitize": "^1.6.8",
"angular-aria": "^1.6.8",
"angular-messages": "^1.6.8",
"angular-animate": "^1.6.8"
},
"overrides": {
"angular": {
"dependencies": {
"jquery": "~2.1.4"
}
},
"lodash": {
"main": "dist/lodash.js"
},
"leaflet.markercluster": {
"main": [
"dist/leaflet.markercluster.js",
"dist/MarkerCluster.css",
"dist/MarkerCluster.Default.css"
]
}
}
}