-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
36 lines (36 loc) · 936 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
{
"name": "mad",
"version": "0.0.0",
"dependencies": {
"bootstrap": "~3.3.6",
"angular-animate": "~1.4.2",
"angular-cookies": "~1.4.2",
"angular-resource": "~1.4.2",
"angular-touch": "~1.4.2",
"angular-sanitize": "~1.4.2",
"angular-messages": "~1.4.2",
"angular-aria": "~1.4.2",
"jquery": "~2.1.4",
"angular-ui-router": "~0.2.15",
"angular-material": "~0.11.2",
"material-design-iconfont": "~0.0.2",
"malarkey": "yuanqing/malarkey#~1.3.1",
"angular-toastr": "~1.5.0",
"moment": "~2.10.6",
"animate.css": "~3.4.0",
"angular": "~1.4.2",
"amcharts3": "^3.20.2",
"angular-smart-table": "^2.1.8",
"ng-file-upload": "^12.0.4",
"qiniu": "^1.0.15-beta",
"js-sha256": "^0.3.0",
"angular-qiniu-upload": "^0.0.4"
},
"devDependencies": {
"angular-mocks": "~1.4.2"
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.4.2"
}
}