-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 849 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 849 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
30
31
32
33
34
35
36
37
38
{
"name": "angular-brunch-seed",
"repo": "scotch/angular-brunch-seed",
"version": "0.3.0",
"main": "_public/js/app.js",
"ignore": [
"**/.*",
"node_modules",
"components"
],
"dependencies": {
"console-polyfill": "~0.1.0",
"jquery": "~2.0.3",
"bootstrap-less": "~2.3.2",
"bootstrap-less-themes": "https://github.com/angular-brunch/bootstrap-less-themes.git",
"angular-bootstrap": "~0.5.0",
"angular": "1.2.5",
"angular-sanitize": "1.2.5",
"angular-resource": "1.2.5",
"angular-route": "1.2.5",
"angular-cookies": "1.2.5",
"angular-mocks": "1.2.5",
"font-awesome": "4.0.3"
},
"overrides": {
"bootstrap-less": {
"ignore": [
"*"
]
},
"angular-mocks": {
"main": "README.md"
},
"font-awesome": {
"main": ["fonts"]
}
}
}