forked from merqurio/tfp_site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 787 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
{
"name": "website",
"private": true,
"dependencies": {
"particles.js": "~2.0.0",
"reset-css": "~2.0.2011012602",
"girder": "~1.0.4",
"TheaterJS": "theaterjs#~2.0.1",
"bourbon": "~4.2.6",
"classie": "~1.0.1",
"gsap": "~1.18.2",
"scrollmagic": "~2.0.5",
"stepsForm": "merqurio/stepsForm#~1.0.2",
"Materialize": "materialize#^0.97.5",
"fetch": "^0.11.0",
"es6-promise": "^3.2.1",
"d3": "^3.5.16"
},
"overrides": {
"girder": {
"main": [
"./scss/_girder.scss"
]
},
"scrollmagic": {
"main": [
"scrollmagic/uncompressed/ScrollMagic.js",
"scrollmagic/uncompressed/plugins/animation.gsap.js",
"scrollmagic/uncompressed/plugins/debug.addIndicators.js"
]
}
}
}