forked from genesisfactor/DreamScreenCommander
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 835 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
{
"name": "homebridge-dreamscreen-rm",
"displayName": "Homebridge DreamScreen RM",
"description": "Homebridge plugin for controlling and using DreamScreen over Homekit.",
"version": "1.0.13",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NeoRame/homebridge-dreamscreen-rm"
},
"author": "NeoRame",
"engines": {
"homebridge": ">=0.2.0",
"node": ">14.0.0"
},
"keywords": [
"homebridge-plugin",
"homekit",
"dreamscreen",
"ambilight"
],
"dependencies": {
"colorsys": "1.0.22",
"child_process": "1.0.2"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/NeoRame/homebridge-dreamscreen-rm/issues"
},
"funding": {
"type" : "paypal",
"url" : "https://paypal.me/Cash4NeoRame"
},
"homepage": "https://github.com/NeoRame/homebridge-dreamscreen-rm"
}