-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.18 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
58
59
60
{
"name": "homebridge-syntex-magichome",
"version": "1.2.5-b38",
"description": "Homebridge Plugin for MagicHome LED Strips with preset scenes",
"main": "index.js",
"author": {
"name": "SynTexDZN"
},
"engines": {
"homebridge": ">=0.4.30",
"node": ">=9.11.2"
},
"dependencies": {
"color-convert": "^1.5.0",
"homebridge-syntex-dynamic-platform": "1.0.8-b90"
},
"keywords": [
"syntex",
"homebridge",
"homebridge-plugin",
"plugin",
"http",
"homekit",
"smarthome",
"siri",
"Flux",
"magic",
"home",
"wifi",
"zengge",
"led",
"strips",
"lighbulb",
"blub",
"preset",
"magichome",
"scene",
"automation",
"fade",
"strobe",
"party",
"color-cycle"
],
"homepage": "https://github.com/SynTexDZN/homebridge-syntex-magichome#readme",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/SynTexDZN/homebridge-syntex-magichome.git"
},
"bugs": {
"url": "https://github.com/SynTexDZN/homebridge-syntex-magichome/issues"
},
"license": "ISC",
"devDependencies": {
"eslint": "^8.28.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1"
}
}