-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 711 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 711 Bytes
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
{
"name": "app",
"version": "0.0.0",
"dependencies": {
"angular-ui-router": "~0.2.15",
"angular-animate": "~1.5.3",
"angular-cookies": "~1.5.3",
"angular-touch": "~1.5.3",
"angular-sanitize": "~1.5.3",
"angular-messages": "~1.5.3",
"angular-aria": "~1.5.3",
"jquery": "~2.1.4",
"angular-route": "~1.5.3",
"angular-material": "~1.0.0",
"material-design-iconfont": "~0.0.2",
"angular-toastr": "~1.5.0",
"moment": "~2.10.6",
"animate.css": "~3.4.0",
"angular": "~1.5.3"
},
"devDependencies": {
"angular-mocks": "~1.5.3",
"angular-component-router": "^0.2.1"
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.5.3"
}
}