-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 864 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
37
38
{
"name": "sean-boilerplate",
"version": "0.0.0",
"dependencies": {
"angular-animate": "~1.4.7",
"angular-sanitize": "~1.4.0",
"angular-resource": "~1.4.0",
"angular-ui-router": "~0.2.15",
"bootstrap": "~3.3.4",
"angular-bootstrap": "~0.13.0",
"animate.css": "~3.3.0",
"angular": "~1.4.0",
"ngstorage": "~0.3.9",
"satellizer": "~0.13.0",
"font-awesome": "~4.4.0",
"angular-messages": "~1.4.7",
"bootstrap-social": "~4.10.1"
},
"devDependencies": {
"angular-mocks": "~1.4.0"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/css/bootstrap-theme.css",
"dist/js/bootstrap.js"
]
},
"font-awesome": {
"main": "css/font-awesome.css"
}
},
"resolutions": {
"angular": "~1.4.0",
"font-awesome": "~4.4"
}
}