forked from danTapps/homebridge-hubitat-hubconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 KB
/
package.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
{
"bugs": {
"url": "https://github.com/danTapps/homebridge-hubitat-hubconnect/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi_up": "^4.0.4",
"chalk": "^2.4.2",
"compare-versions": "^3.4.0",
"express": "^4.17.1",
"mired": "0.0.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"urlencode": "^1.1.0",
"winston-logrotate": "=1.3.0",
"ws": "^7.1.2"
},
"devDependencies": {
"lodash": ">=4.17.13"
},
"deprecated": false,
"description": "Hubitat HubConnect plugin for HomeBridge",
"engines": {
"homebridge": ">=0.4.46",
"node": ">=8.30.0"
},
"homepage": "https://github.com/danTapps/homebridge-hubitat-hubconnect#readme",
"keywords": [
"homebridge-plugin",
"hubitat",
"homekit",
"homebridge",
"hubconnect"
],
"license": "Apache 2.0",
"name": "homebridge-hubitat-hubconnect",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/danTapps/homebridge-hubitat-hubconnect.git"
},
"version": "0.3.12"
}