-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·50 lines (50 loc) · 1.26 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
{
"name": "seed-generic-wordpress-timber",
"description": "Pulls in some useful commonly used scripts",
"main": "",
"license": "(MIT OR Apache-2.0)",
"moduleType": [],
"homepage": "https://github.com/asha23/wp-seed-timber",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery-cycle2": "^2.1.6",
"modernizr": "^3.3.1",
"requirejs": "2.3.3"
},
"devDependencies": {
"jquery": "~1.11.3",
"bootstrap-sass": "~3.3.5",
"lightgallery": "^1.3.7",
"components-font-awesome": "~4.5.0",
"imagesloaded": "^4.1.0",
"slick-carousel": "^1.6.0",
"countUp.js": "^1.8.1",
"respond": "^1.4.2",
"flexibility": "^2.0.1",
"enquire": "^2.1.2",
"matchHeight": "matchheight#^0.7.0",
"jquery-cycle2": "^2.1.6",
"isotope": "^3.0.0",
"bootstrap-validator": "^0.11.9",
"js-cookie": "^2.1.3",
"velocity": "^1.4.1",
"lg-thumbnail": "^1.0.1",
"lg-autoplay": "^1.0.1",
"lg-video": "^1.0.1",
"lg-fullscreen": "^1.0.1",
"lg-pager": "^1.0.1",
"lg-zoom": "^1.0.4",
"lg-hash": "^1.0.1",
"lg-share": "^1.0.2",
"parallax.js": "^1.4.2",
"jquery-lazyload-any": "^0.3.0",
"fontawesome": "^5.0.13"
}
}