forked from kasperisager/vanilla-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
48 lines (48 loc) · 881 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "vanilla-bootstrap",
"private": true,
"main": [
"less/vanilla-bootstrap.less",
"js/src/main.js"
],
"ignore": [
"about.php",
"screenshot.png",
"package.json",
"gulpfile.js",
"views",
"design",
"js/custom.js",
"less/style.less",
"less/custom.less",
"less/themes"
],
"dependencies": {
"bootstrap": "3.2.0",
"bootstrap-social": "4.7.0",
"bootswatch": "3.2.0+3",
"font-awesome": "4.2.0",
"spin.js": "2.0.1",
"jquery-icheck": "2.x-beta"
},
"overrides": {
"bootstrap-social": {
"main": "bootstrap-social.less"
},
"font-awesome": {
"main": "less/font-awesome.less"
},
"jquery": {
"main": []
},
"jquery-icheck": {
"main": "icheck.js"
},
"spin.js": {
"main": [
"spin.js",
"jquery.spin.js"
]
}
}
}