-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
37 lines (37 loc) · 999 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
{
"name": "angular-brunch-seed-no-fuss",
"version": "0.7.0",
"dependencies": {
"angular": "~1.5.3",
"angular-resource": "~1.5.3",
"angular-sanitize": "~1.5.3",
"angular-mocks": "~1.5.3",
"jquery": "~2.1.3",
"lodash": "^4.0.0",
"bootstrap-sass-official": "~3.3.1",
"angular-local-storage": "~0.2.2",
"angular-animate": "1.5.10"
},
"overrides": {
"angular-mocks": {
"main": []
},
"lodash": {
"main": "dist/lodash.js"
},
"bootstrap-sass-official": {
"main": [
"assets/stylesheets/_bootstrap.scss",
"assets/fonts/bootstrap/glyphicons-halflings-regular.eot",
"assets/fonts/bootstrap/glyphicons-halflings-regular.svg",
"assets/fonts/bootstrap/glyphicons-halflings-regular.ttf",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff",
"assets/javascripts/bootstrap.js"
]
}
},
"resolutions": {
"angular": "~1.5.3",
"angular-animate": "1.5.10"
}
}