forked from iRayanKhan/homebridge-tuya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 839 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
39
40
41
{
"name": "homebridge-tuya",
"version": "0.3.1",
"description": "A Homebridge plugin for Tuya devices",
"main": "index.js",
"scripts": {
"test": "xo"
},
"keywords": [
"homebridge-plugin",
"tuya",
"iot",
"outlet",
"homebridge"
],
"author": "Max Isom <codetheweb@icloud.com> (https://maxisom.me)",
"license": "MIT",
"dependencies": {
"tuyapi": "^3.1.0"
},
"engines": {
"homebridge": ">=0.2.0"
},
"devDependencies": {
"xo": "^0.22.0"
},
"xo": {
"space": true
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codetheweb/homebridge-tuya.git"
},
"bugs": {
"url": "https://github.com/codetheweb/homebridge-tuya/issues"
},
"homepage": "https://github.com/codetheweb/homebridge-tuya#readme"
}