-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
46 lines (46 loc) · 1.29 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
{
"name": "enviroCar-website",
"description": "The upcoming website of EnviroCar",
"homepage": "https://github.com/micrum/angular-material-admin",
"license": "MIT",
"version": "1.3.0",
"dependencies": {
"jquery": "~2.1.1",
"angular-animate": "^1.5.0",
"angular-cookies": "^1.5.0",
"angular-touch": "^1.5.0",
"angular-sanitize": "^1.5.0",
"angular-ui-router": "^0.2.18",
"angular": "^1.5.0",
"angular-nvd3": "1.0.0-rc.2",
"angular-material": "^1.0.6",
"angular-mocks": "^1.5.0",
"angular-timeline": "1.6.2",
"angular-loading-bar": "0.9.0",
"leaflet": "0.7.7",
"Leaflet.heat": "*",
"angular-utils-pagination": "0.11.1",
"ngInfiniteScroll": "1.2.1",
"angular-translate": "^2.11.0",
"material-calendar": "^0.2.14",
"heatmap.js-amd": "*",
"ng-country-select": "^0.1.4",
"angularjs-slider": "^5.3.0",
"angular-ui-calendar": "^1.0.1",
"md-chips-select": "^0.0.9",
"ngGeolocation": "^0.0.8",
"ui-leaflet": "^1.0.1",
"leaflet-draw": "^0.3.2",
"angular-tour": "^0.2.5",
"angular-route": "^1.5.8"
},
"devDependencies": {
"angular-translate": "^2.11.0"
},
"resolutions": {
"angular-material": "^1.0.6",
"angular": "1.5.8",
"angular-animate": "^1.5.0",
"jquery": "~2.0.3"
}
}