-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 851 Bytes
/
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
{
"name": "smart-mirror",
"description": "The fairest of them all",
"main": "main.js",
"authors": [
"Evan Cohen"
],
"license": "MIT",
"keywords": [
"Electron",
"quick",
"start",
"tutorial"
],
"homepage": "https://github.com/evancohen/smart-mirror",
"moduleType": [],
"private": true,
"dependencies": {
"moment": "2.10.6",
"angular": "angularjs#^1.5.0",
"angular-animate": "1.5.0",
"angular-dynamic-locale": "0.1.*",
"angular-i18n": "1.5.0",
"angular-translate": "2.11.0",
"angular-translate-loader-static-files": "2.11.0",
"rrule": "^2.1.0",
"skycons": "darkskyapp/skycons"
},
"overrides": {
"moment": {
"main": "min/moment-with-locales.js"
},
"rrule": {
"main": "lib/rrule.js"
},
"skycons": {
"main": "./skycons.js"
}
}
}