-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·33 lines (33 loc) · 844 Bytes
/
bower.json
File metadata and controls
executable file
·33 lines (33 loc) · 844 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
{
"name": "gulp-bobrsass-boilerplate",
"version": "0.5.0",
"dependencies": {
"angular": "~1.3.0",
"angular-resource": "~1.3.0",
"ui-router": "~0.2.13",
"angular-animate": "~1.3.0",
"angular-foundation": "~0.5.1",
"angular-lodash": "~0.1.2",
"ng-lodash": "~0.1.0",
"tc-angular-chartjs": "~1.0.9",
"angular-translate-loader-static-files": "~2.5.2",
"angulartics": "~0.17.2",
"add-to-homescreen": "~3.1.1",
"ryanmullins-angular-hammer": "~2.1.10",
"angular-touch": "~1.3.11",
"ng-fastclick": "~1.0.0",
"foundation": "^5.0.0"
},
"devDependencies": {
},
"overrides": {
"foundation": {
"main": [
"css/foundation.css",
"css/foundation.css.map"
]
},
"jquery-placeholder": {"ignore": true},
"jquery.cookie": {"ignore": true}
}
}