-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
75 lines (75 loc) · 1.4 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "mmirror-dash",
"authors": [
"Nathan Disidore <ndisidore@gmail.com>"
],
"description": "JS Raspberry Pi Magic Mirror Dashboard",
"main": "",
"moduleType": [
"es6"
],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"ical.js": "^1.1.2",
"skeleton": "skeleton-css#^2.0.4",
"weather.js": "noazark/weather",
"font-awesome": "fontawesome#^4.5.0",
"animate.css": "^3.5.1",
"cash": "^1.2.0",
"xhr-ajax": "^2.0.0"
},
"overrides": {
"weather.js": {
"main": {
"development": "dist/weather.js",
"production": "dist/weather.min.js"
}
},
"cash": {
"main": {
"development": "dist/cash.js",
"production": "dist/cash.min.js"
}
},
"animate.css": {
"main": {
"development": "animate.css",
"production": "animate.min.css"
}
},
"font-awesome": {
"main": {
"development": "css/font-awesome.css",
"production": "css/font-awesome.min.css"
}
},
"blanket": {
"ignore": true
},
"qunit": {
"ignore": true
}
},
"group": {
"home": [
"skeleton",
"font-awesome",
"animate.css"
],
"admin": [
"cash",
"ical.js",
"xhr",
"xhr-ajax"
]
}
}