-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·57 lines (57 loc) · 1.19 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "pimatic-woox",
"description": "Pimatic plugin for Woox (Tuya) devices, without using the Tuya cloud",
"author": {
"name": "Danny Wigmans",
"email": "sentzu01@gmail.com"
},
"license": "GPL-3.0",
"main": "woox",
"files": [
"woox.coffee",
"woox-config-schema.coffee",
"README.md",
"LICENSE",
"device-config-schema",
"package.json",
"actions",
"app",
"devices"
],
"configSchema": "woox-config-schema.coffee",
"keywords": [
"pimatic",
"home automation",
"woox",
"tuya"
],
"version": "0.0.5",
"homepage": "https://github.com/sentzu01/pimatic-woox",
"repository": {
"type": "git",
"url": "git://github.com/sentzu01/pimatic-woox.git"
},
"dependencies": {
"color-convert": ">=1.0.0",
"color-temperature": ">=0.2.7",
"colornames": "^1.1.1",
"pimatic-plugin-commons": "^0.9.10",
"tuyapi": ">=6.1.5"
},
"peerDependencies": {
"pimatic": ">=0.9.*"
},
"engines": {
"node": ">=4",
"npm": ">1.1.x"
},
"bugs": {
"url": "https://github.com/sentzu01/pimatic-woox/issues"
},
"maintainers": [
{
"name": "Sentzu01",
"url": "https://github.com/SenTzu01"
}
]
}