forked from MacWyznawca/homebridge-mqtt-switch-tasmota
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 995 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
35
36
37
38
{
"name": "homebridge-mqtt-switch-tasmota",
"version": "0.9.6",
"description": "Plugin to HomeBridge optimized for work with Itead Sonoff and Electrodragon Relay Board hardware with firmware Sonoff-Tasmota via MQTT.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MacWyznawca/homebridge-mqtt-switch-tasmota.git"
},
"dependencies": {
"mqtt": "^1.12.0"
},
"engines": {
"homebridge": ">=0.2.0",
"node": ">4.0.0"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"homekit",
"sonoff",
"itead",
"tasmota",
"Sonoff-Tasmota",
"electrodragon",
"Wifi IoT Relay Board",
"Relay"
],
"author": "Jaromir Kopp",
"license": "MIT",
"bugs": {
"url": "https://github.com/MacWyznawca/homebridge-mqtt-switch-tasmota/issues"
},
"homepage": "https://github.com/MacWyznawca/homebridge-mqtt-switch-tasmota#readme"
}