-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
40 lines (40 loc) · 929 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
{
"name": "cloudtuya",
"version": "1.0.7",
"description": "Control Tuya devices over the cloud",
"main": "cloudtuya",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unparagoned/cloudtuya.git"
},
"keywords": [
"tuya",
"tuyapi",
"njstuya",
"jinvoo",
"smart",
"life",
"smarthome",
"light",
"sockets"
],
"author": "Unparagoned",
"license": "ISC",
"bugs": {
"url": "https://github.com/unparagoned/cloudtuya/issues"
},
"homepage": "https://github.com/unparagoned/cloudtuya#readme",
"dependencies": {
"debug": "^4.1.1",
"request": "^2.88.0"
},
"devDependencies": {
"eslint": "^5.14.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0"
}
}