-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 747 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 747 Bytes
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
{
"name": "homebridge-homeseer4",
"version": "1.0.36",
"description": "HomeSeer 3 and HomeSeer 4 Plugin for homebridge. This updates and replaces homebridge-homeseer-plugin-2018. See: https://github.com/jvmahon/homebridge-homeseer4",
"license": "ISC",
"keywords": [
"homebridge-plugin",
"homebridge-homeseer",
"homebridge-homeseer4",
"homebridget-homeseer-plugin-2018",
"Homebridge-HomeSeer 4",
"homebridge-homeseer-plugin"
],
"repository": "github:jvmahon/homebridge-homeseer4",
"bugs": {
"url": "https://github.com/jvmahon/homebridge-homeseer4/issues"
},
"engines": {
"node": ">=16.0.0",
"homebridge": ">=1.4.1"
},
"dependencies": {
"queue": "=6.0.2",
"node-fetch": "2.6.7"
}
}