-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 708 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 708 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
{
"name": "gulp-angular",
"private": true,
"dependencies": {
"bootstrap-sass": "~3.3.5",
"modernizr": "~2.8.1",
"angular": "^1.5.5",
"angular-animate": "^1.5.5",
"angular-touch": "^1.5.5",
"angular-sanitize": "^1.5.5",
"angular-messages": "^1.5.5",
"angular-aria": "^1.5.5",
"angular-resource": "^1.5.5",
"angular-route": "^1.5.5",
"ngstorage": "^0.3.10",
"moment": "^2.13.0"
},
"overrides": {
"bootstrap-sass": {
"main": [
"assets/stylesheets/_bootstrap.scss",
"assets/fonts/bootstrap/*",
"assets/javascripts/bootstrap.js"
]
}
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}