-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 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
{
"name": "homebridge-th10-switch",
"version": "1.0.3",
"description": "HomeBridge Plugin to create a HomeKit WiFi switch using a Sonoff TH10 or TH16 Smart WiFi Switch running Tasmota firmware and with an attached DS18B20 temperature sensor.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/J1mbo/homebridge-TH10-Switch.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"switch",
"thermostat",
"alarm",
"sonoff",
"TH10",
"TH16",
"DS18B20"
],
"author": "James Pearce <[email protected]> (www.lo-tech.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/J1mbo/homebridge-TH10-Switch/issues"
},
"engines": {
"homebridge": ">=1.0.0"
},
"homepage": "https://github.com/J1mbo/homebridge-TH10-Switch#readme",
"dependencies": {
"request": "^2.88.2"
},
"devDependencies": {}
}