-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
33 lines (33 loc) · 878 Bytes
/
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
{
"name": "homebridge-hubitat-makerapi",
"description": "Hubitat plugin for HomeBridge with MakerAPI",
"version": "0.4.15",
"license": "Apache 2.0",
"preferGlobal": true,
"keywords": [
"homebridge-plugin",
"hubitat",
"homekit",
"homebridge",
"makerapi"
],
"dependencies": {
"ansi_up": "^4.0.4",
"chalk": "^2.4.2",
"compare-versions": "^3.4.0",
"express": "^4.17.1",
"ip-range-check": "^0.2.0",
"mired": "^0.0.0",
"urlencode": "^1.1.0",
"winston-logrotate": "=1.3.0",
"ws": "^7.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/danTapps/homebridge-hubitat-makerapi.git"
},
"engines": {
"node": ">=8.6.0",
"homebridge": ">=0.4.46"
}
}