-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 1.13 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
{
"name": "envirocar-www-ng",
"description": "AngularJS Webapp for the enviroCar Project",
"main": "app.js",
"authors": [
"Arne de Wall"
],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.1.0",
"angular-simple-logger": "^0.1.7",
"ui-leaflet": "1.0.3",
"leaflet.heat": "Leaflet.heat#*",
"angular-material": "1.1.5",
"angular-ui-router": "0.4.2",
"angular-translate": "^2.11.0",
"angular-cookies": "1.6.6",
"d3": "^3.5.3",
"angular-nvd3": "^1.0.9",
"nvd3": "^1.8.4",
"angularjs-slider": "^5.5.0",
"material-calendar": "^0.2.14",
"material-angular-paging": "*",
"leaflet.draw": "*",
"leaflet": "1.0.3",
"angular": "1.6.6",
"angular-aria": "1.6.6",
"angular-messages": "1.6.6",
"angular-sanitize": "1.6.6",
"angular-animate": "1.7.2"
},
"resolutions": {
"angular-material": "^1.1.1",
"leaflet": "1.0.3",
"ui-leaflet": "2.0.0",
"angular": "1.6.6",
"angular-cookies": "1.6.6",
"angular-sanitize": "1.6.6"
}
}