-
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) · 1.15 KB
/
bower.json
File metadata and controls
44 lines (44 loc) · 1.15 KB
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": "pengeskapsfabrikken",
"homepage": "http://pengeskapsfabrikken.no",
"authors": [
"Gabor Szabo <szabogabi@gmail.com>"
],
"license": "MIT",
"private": true,
"dependencies": {
"normalize-css": "~3.0.3",
"modernizr": "2.8.2",
"bootstrap-sass-official": "3.3.4",
"magnific-popup": "https://github.com/dimsemenov/Magnific-Popup.git#~1.0.0",
"raphael": "https://github.com/DmitryBaranovskiy/raphael.git#~2.1.4"
},
"overrides": {
"modernizr": {
"main": "./modernizr.js"
},
"bootstrap-sass-official": {
"main": [
"./assets/javascripts/bootstrap/transition.js",
"./assets/javascripts/bootstrap/collapse.js",
"./assets/javascripts/bootstrap/tooltip.js",
"./assets/javascripts/bootstrap/popover.js",
"./assets/javascripts/bootstrap/scrollspy.js",
"./assets/javascripts/bootstrap/tab.js"
]
},
"magnific-popup": {
"main": [
"./dist/jquery.magnific-popup.js"
]
},
"raphael": {
"main": [
"./raphael.js"
]
}
},
"devDependencies": {
"Ionicons": "https://github.com/driftyco/ionicons.git#~2.0.1"
}
}