-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 821 Bytes
/
Copy pathbower.json
File metadata and controls
37 lines (37 loc) · 821 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
{
"name": "breb-october-theme",
"authors": [
"Pascal Garber <pascal@jumplink.eu>",
"Marc Wensauer <marc@jumplink.me>"
],
"description": "",
"main": "",
"license": "MIT",
"homepage": "http://www.jumplink.eu/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "v4.0.0-alpha.4",
"slick-carousel": "^1.6.0",
"font-awesome": "^4.6.3",
"simpler-sidebar": "^2.0.2",
"jquery": "2.*",
"tether": "^1.3.2",
"Hyphenator": "^5.1.0",
"masonry": "^4.1.0",
"jquery-ui": "^1.12.0",
"isotope": "^3.0.1",
"barba.js": "luruke/barba.js#^0.0.10",
"animatedmodal": "*",
"imagesloaded": "^4.1.4"
},
"resolutions": {
"jquery": "1.9.1 - 2",
"bootstrap": "v4.0.0-alpha.2"
}
}