forked from arachnetech/homebridge-mqttthing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.18 KB
/
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
{
"name": "homebridge-mqttthing",
"version": "1.0.25",
"description": "Homebridge plugin supporting various services over MQTT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "homebridge -P . -U test"
},
"engines": {
"node": ">4.0.0",
"homebridge": ">=0.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arachnetech/homebridge-mqttthing.git"
},
"keywords": [
"homebridge-plugin",
"MQTT",
"homekit",
"Siri",
"IoT", "ESPurna", "tasmota",
"light", "light bulb", "switch", "outlet", "motion sensor", "occupancy sensor", "light sensor", "contact sensor", "doorbell", "smoke sensor", "security system", "humidity sensor", "temperature sensor", "garage door",
"stateless programmable switch", "fan", "microphone", "speaker", "window covering", "blind", "leak sensor", "lock mechanism", "lock"
],
"author": "David Miller",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/arachnetech/homebridge-mqttthing/issues"
},
"homepage": "https://github.com/arachnetech/homebridge-mqttthing#readme",
"dependencies": {
"mqtt": "^2.9.0"
}
}