-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 769 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 769 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
{
"name": "gulp-for-drupal",
"version": "1.4.1",
"versiondate": "2017-10-05",
"dependencies": {
"bootstrap": "4.0.0-beta",
"css-hamburgers": "0.9.1",
"popper.js": "^1.12.5"
},
"install": {
"sources": {
"bootstrap": [
"bower_components/bootstrap/js/dist/**",
"bower_components/bootstrap/scss/**"
],
"css-hamburgers": [
"bower_components/css-hamburgers/_sass/hamburgers/**"
]
},
"base": "",
"path": {
"js": "js/libraries/{name}",
"scss": "scss/libraries/{name}",
"css": "css/libraries/{name}",
"eot": "fonts/{name}",
"svg": "fonts/{name}",
"ttf": "fonts/{name}",
"woff": "fonts/name}",
"map": "sourcemaps/libraries/{name}"
}
}
}