-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
40 lines (40 loc) · 1.05 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
{
"name": "web",
"version": "0.0.0",
"dependencies": {
"amazeui": "~2.4.2",
"angular": "~1.4.0",
"angular-animate": "~1.4.0",
"angular-bootstrap": "~0.13.0",
"angular-chart.js": "~0.7.3",
"angular-cookies": "~1.4.0",
"angular-datepicker": "~1.0.12",
"angular-file-upload": "~2.1.4",
"angular-loading-bar": "~0.8.0",
"angular-sanitize": "~1.4.0",
"angular-touch": "~1.4.0",
"angular-translate": "~2.7.2",
"angular-ui-notification": "~0.0.11",
"angular-ui-router": "~0.2.15",
"angularjs-geolocation": "~0.1.1",
"animate.css": "~3.3.0",
"bootstrap": "~3.3.4",
"jquery": "~2.1.4",
"malarkey": "yuanqing/malarkey#~1.3.0",
"moment": "~2.10.3",
"ng-file-upload": "~7.0.6",
"ng-sortable": "~1.3.0",
"restangular": "~1.5.1",
"satellizer": "~0.12.4",
"smalot-bootstrap-datetimepicker": "~2.3.4",
"toastr": "~2.1.1",
"uikit": "~2.22.0"
},
"devDependencies": {
"angular-mocks": "~1.4.0"
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.4.0"
}
}