forked from neptunix/homebridge-occupancy-delay
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 788 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
{
"name": "homebridge-magic-occupancy",
"version": "4.0.1",
"description": "Occupancy sensor linked to several trigger types to allow customizable situations: https://github.com/Jason-Morcos/homebridge-magic-occupancy",
"main": "index.js",
"license": "GPL-3.0",
"keywords": [
"homebridge-plugin",
"occupancy",
"motion sensor",
"timer",
"delay",
"switch",
"magic"
],
"repository": {
"type": "git",
"url": "https://github.com/Jason-Morcos/homebridge-magic-occupancy.git"
},
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.16.0 || ^22.5.1"
},
"dependencies": {
"node-persist": "^2.1.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Jason-Morcos"
}
}