-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
51 lines (51 loc) · 1.06 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
{
"name": "homebridge-govee",
"version": "2.0.6",
"author": "bwp91",
"description": "Homebridge/HOOBS plugin to control Govee devices that are supported by the official Govee API.",
"license": "MIT",
"keywords": [
"homebridge",
"homebridge-plugin",
"homebridge-govee",
"hoobs",
"homekit",
"siri",
"govee"
],
"engines": {
"homebridge": ">=1.1.0",
"node": ">=12.19.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bwp91/homebridge-govee"
},
"bugs": {
"url": "https://github.com/bwp91/homebridge-govee/issues"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/bwp91"
},
{
"type": "kofi",
"url": "https://ko-fi.com/bwp91"
},
{
"type": "patreon",
"url": "https://www.patreon.com/bwp91"
},
{
"type": "paypal",
"url": "https://www.paypal.me/BenPotter"
}
],
"dependencies": {
"axios": "0.21.0",
"color-convert": "2.0.1",
"color-temp": "0.0.2",
"interval-promise": "1.4.0"
}
}