-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
30 lines (30 loc) · 848 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
{
"name": "homebridge-sonoff-tasmota-http",
"version": "1.2.0",
"description": "Control Sonoff Basic devices with Tasmota >5.10.0b firmware through Homebridge",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"homebridge-plugin"
],
"author": "Georgios Andritsos <ageorgios@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"request": "^2.81.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ageorgios/homebridge-sonoff-tasmota-http.git"
},
"bugs": {
"url": "https://github.com/ageorgios/homebridge-sonoff-tasmota-http.git/issues"
},
"homepage": "https://github.com/ageorgios/homebridge-sonoff-tasmota-http.git#readme"
}