-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 920 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
{
"name": "webv2",
"private": true,
"dependencies": {
"bootstrap": "~3.3.6",
"modernizr": "~3.6.0",
"font-awesome": "^4.7.0",
"jquery.meanmenu": "*",
"flexslider": "^2.7.0",
"owl.carousel": "^2.3.4",
"mediaelement": "^4.2.9",
"stroke-gap-icons-webfont": "Stroke-Gap-Icons-Webfont#^0.0.3",
"jquery": "1.11.3"
},
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js",
"dist/fonts/*"
]
},
"font-awesome": {
"main": [
"less/font-awesome.less",
"css/font-awesome.css",
"fonts/*"
]
},
"jquery.meanmenu": {
"main": [
"jquery.meanmenu.js",
"meanmenu.css"
]
},
"flexslider": {
"main": [
"jquery.flexslider.js",
"flexslider.css",
"fonts/*"
]
}
}
}