-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 888 Bytes
/
bower.json
File metadata and controls
44 lines (44 loc) · 888 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "spire",
"homepage": "http:/hydrogene.hu/",
"authors": [
"Gabor Szabo <szabogabi@gmail.com>"
],
"license": "MIT",
"private": true,
"dependencies": {
"foundation-sites": "^6.2.2",
"motion-ui": "^1.2.2",
"owl.carousel": "owl-carousel2#^2.1.4",
"wow": "wow.js#^1.1.2",
"waypoints": "^4.0.0",
"PACE": "pace#^1.0.2",
"magnific-popup": "^1.1.0",
"typed.js": "^1.1.4"
},
"overrides": {
"motion-ui": {
"main": [
"motion-ui.scss",
"dist/motion-ui.js"
]
},
"owl.carousel": {
"main": [
"dist/owl.carousel.js",
"src/scss/owl.carousel.scss"
]
},
"magnific-popup": {
"main": [
"dist/jquery.magnific-popup.js"
]
},
"waypoints": {
"main": [
"lib/jquery.waypoints.js",
"lib/shortcuts/inview.js"
]
}
}
}