-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·58 lines (58 loc) · 1.31 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
55
56
57
58
{
"name": "hair",
"private": true,
"dependencies": {
"modernizr": "~2.8.1",
"bootstrap-material-design": "~0.5.7",
"AnimatedHeader": "*",
"formstone": "Formstone#~0.8.35",
"bootstrap": "~3.3.6",
"font-awesome": "fontawesome#~4.5.0",
"scrollspy": "~0.1.2",
"jquery-easing": "*",
"jquery.stellar": "stellar.js#~0.6.2",
"wow": "wow.js#~1.1.2",
"nanogallery": "~5.9.1",
"animate.css": "~3.5.1"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css"
]
},
"nanogallery": {
"main": [
"dist/css/nanogallery.css",
"dist/jquery.nanogallery.js"
]
},
"jquery-easing": {
"main": [
"jquery.easing.js"
]
},
"font-awesome": {
"main": [
"css/font-awesome.css"
]
},
"AnimatedHeader": {
"main": [
"js/cbpAnimatedHeader.js"
]
},
"formstone": {
"main": [
"dist/css/background.css",
"dist/js/core.js",
"dist/js/background.js",
"dist/js/transition.js"
]
}
},
"devDependencies": {
"chai": "~3.4.2",
"mocha": "~2.3.4"
}
}