forked from DanielGiljam/homebridge-nexa-switch-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 905 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-nexa-switch-platform",
"version": "3.0.0",
"description": "This is a Homebridge plugin for controlling remote controlled power switches manufactured by Nexa.",
"keywords": [
"homebridge-plugin"
],
"homepage": "https://github.com/DanielGiljam/nexa-switch-homebridge-plugin#readme",
"bugs": "https://github.com/DanielGiljam/nexa-switch-homebridge-plugin/issues",
"license": "Apache-2.0",
"author": {
"name": "Daniel Giljam",
"url": "http://people.arcada.fi/~giljamda"
},
"main": "index.js",
"repository": "github:DanielGiljam/homebridge-nexa-switch-platform",
"scripts": {
"test": "DEBUG=* ./node_modules/homebridge/bin/homebridge -D -U ./.homebridge -P ./"
},
"devDependencies": {
"homebridge": "^1.8.5"
},
"engines": {
"node": "^20.10.0",
"homebridge": "^1.8.5"
},
"os": [
"linux"
],
"cpu": [
"arm"
]
}