-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.04 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
{
"name": "homebridge-dreamscreen",
"displayName": "Homebridge DreamScreen",
"description": "A lightweight Homebridge plugin for controlling DreamScreen Ambilight.",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/ToracX/homebridge-dreamscreen"
},
"author": "Torac",
"engines": {
"homebridge": ">=0.2.0",
"node": ">4.0.0"
},
"keywords": [
"homebridge-plugin",
"homekit",
"dreamscreen",
"ambilight",
"Torac"
],
"dependencies": {
"colorsys": "1.0.22",
"child_process": "1.0.2"
"dreamscreen-node": "0.0.4"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/ToracX/homebridge-dreamscreen/issues"
},
"homepage": "https://github.com/ToracX/homebridge-dreamscreen"
}