forked from clkao/angular-brunch-seed-livescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 798 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
{
"name": "angular-brunch-seed-livescript",
"repo": "white1033/angular-brunch-seed-livescript",
"version": "0.0.1",
"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.12",
"angular-sanitize": "1.2.12",
"angular-resource": "1.2.12",
"angular-route": "1.2.12",
"angular-cookies": "1.2.12",
"angular-mocks": "1.2.12"
},
"overrides": {
"bootstrap-less": {
"ignore": [
"*"
]
},
"angular-mocks": {
"main": "README.md"
}
}
}