forked from t-mon/guh-webinterface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
102 lines (102 loc) · 2.35 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "guh-webinterface",
"version": "0.1.0",
"authors": [
"Lukas Mayerhofer <[email protected]>"
],
"description": "Webinterface of guh (gear up your home)",
"main": "gulpfile.js",
"license": "MIT",
"homepage": "http://www.guh.guru",
"private": true,
"ignore": [
"**/.*",
"**/*_test.js",
"node_modules",
"bower_components"
],
"dependencies": {
"angular": "1.5.9",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
"angular-ui-router": "0.2.18",
"guh-libjs": "guh/guh-libjs",
"lodash": "~3.10.0",
"js-data": "~2.8.2",
"js-data-angular": "~3.0.0",
"reconnectingWebsocket": "~1.0.0",
"js-data-localstorage": "~2.1.1",
"moment": "~2.10.6",
"angular-chart.js": "~0.8.4",
"ng-dialog": "~0.5.6",
"angular-animate": "~1.5.0",
"angular-messages": "~1.5.0",
"angular-sanitize": "~1.5.0",
"angular-useragent-parser": "^0.1.0",
"ng-fastclick": "^1.0.2",
"localforage": "^1.4.2",
"js-data-localforage": "^2.1.1"
},
"devDependencies": {},
"overrides": {
"angular": {
"main": "./angular.js"
},
"angular-animate": {
"main": "./angular-animate.js"
},
"angular-chart.js": {
"main": [
"./dist/angular-chart.css",
"./dist/angular-chart.js"
]
},
"angular-hotkeys": {
"main": "./build/hotkeys.js"
},
"angular-messages": {
"main": "./angular-messages.js"
},
"angular-sanitize": {
"main": "./angular-sanitize.js"
},
"angular-ui-router": {
"main": "./release/angular-ui-router.js"
},
"guh-libjs": {
"main": "./dist/guh-libjs.js"
},
"localforage": {
"main": "./dist/localforage.js"
},
"js-data": {
"main": {
"development": "./dist/js-data-debug.js",
"production": "./dist/js-data.js"
}
},
"js-data-angular": {
"main": "./dist/js-data-angular.js"
},
"js-data-localforage": {
"main": "./dist/js-data-localforage.js"
},
"lodash": {
"main": "./lodash.js"
},
"moment": {
"main": "./min/moment.min.js"
},
"ngDialog": {
"main": [
"./css/ngDialog.css",
"./js/ngDialog.js"
]
},
"reconnectingWebsocket": {
"main": "./reconnecting-websocket.js"
}
},
"resolutions": {
"angular": "1.5.9"
}
}