-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
42 lines (42 loc) · 1.04 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
{
"name": "freifunk-october-theme",
"version": "2.4.0",
"description": "October Freifunk Theme based on Bootstrap 4 and Barba.js",
"main": "",
"private": true,
"moduleType": [],
"authors": [
"Pascal Garber <[email protected]>"
],
"license": "MIT",
"homepage": "http://www.jumplink.eu",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"tether": "^1.4.0",
"simpler-sidebar": "^2.2.0",
"bootstrap": "v4.0.0-alpha.6",
"bootstrap-backward": "^4.0.0-alpha.6",
"jumplink-components": "JumpLinkNetwork/jumplink-components#master",
"barba.js": "luruke/barba.js#^1.0.0",
"gsap": "^1.19.1",
"jquery": "2",
"leaflet": "^1.0.3",
"slick-carousel": "^1.6.0",
"prism": "^1.6.0",
"font-awesome": "^4.7.0",
"jquery-touch-events": "^1.0.9",
"moment": "^2.18.1",
"hyphenator": "mnater/Hyphenator#^5.2.0"
},
"resolutions": {
"bootstrap": "v4.0.0-alpha.6",
"bootstrap-backward": "^4.0.0-alpha.6",
"jquery": "2"
}
}