-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 885 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
34
{
"displayName": "Homebridge MQTT Power Strip",
"name": "homebridge-mqtt-power-strip",
"version": "1.1.0",
"description": "A Homebridge plugin to create grouped switches to control a power strip through MQTT.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oxixes/homebridge-mqtt-power-strip.git"
},
"bugs": {
"url": "https://github.com/oxixes/homebridge-mqtt-power-strip/issues"
},
"homepage": "https://github.com/oxixes/homebridge-mqtt-power-strip#readme",
"keywords": [
"homebridge",
"homebridge-plugin"
],
"engines": {
"node": ">=10.17.0",
"homebridge": ">=0.2.0"
},
"author": "Oxixes",
"license": "MIT",
"dependencies": {
"mqtt": "^4.2.8"
},
"devDependencies": {
"homebridge": "^1.1.0"
}
}