-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbower.json
54 lines (54 loc) · 1.04 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "Gulpfile Setup",
"description": "",
"authors": [
"mohamdio"
],
"license": "MIT",
"homepage": "https://github.com/mohamdio/gulpfile-setup",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.4",
"foundation-sites": "~6.0.5",
"bootstrap": "https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.zip",
"font-awesome": "~4.5.0"
},
"overrides": {
"bootstrap": {
"main": [
"scss/**/*.scss",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js",
"dist/js/bootstrap.min.js"
]
},
"foundation-sites": {
"main": [
"scss/**/*.scss",
"dist/foundation.css",
"dist/*.js"
]
},
"jquery": {
"main": [
"dist/jquery.js",
"dist/jquery.min.js"
]
},
"font-awesome": {
"main": [
"scss/**/*.scss",
"css/font-awesome.css",
"fonts/**/*"
]
}
}
}