-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
60 lines (60 loc) · 1.14 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
51
52
53
54
55
56
57
58
59
60
{
"name": "barebones",
"authors": [
"Pulse247 <mail@pulse247.info>"
],
"description": "MyCashflow default theme",
"main": "theme.xml",
"moduleType": [],
"keywords": [
"mycashflow",
"default",
"theme"
],
"license": "MIT",
"homepage": "https://www.mycashflow.fi",
"private": true,
"preen": {
"font-awesome": [
"scss/*",
"fonts/fontawesome-*"
],
"hc-sticky": [
"jquery.hc-sticky.js"
],
"jquery": [
"jquery.js"
],
"jquery.finger": [
"dist/jquery.finger.js"
],
"magnific-popup": [
"dist/jquery.magnific-popup.js",
"dist/magnific-popup.css"
],
"normalize-css": [
"normalize.css"
],
"slick-carousel": [
"slick/fonts/*",
"slick/*.{gif,css}",
"slick/slick.js"
]
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"font-awesome": "~4.5.0",
"hc-sticky": "~1.2.43",
"jquery": "1.9.1",
"jquery.finger": "~0.1.4",
"magnific-popup": "~1.0.1",
"normalize-css": "normalize.css#~3.0.3",
"slick-carousel": "~1.5.9"
}
}