-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
46 lines (46 loc) · 914 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "homebridge-govee",
"version": "1.0.1",
"author": "bwp91",
"description": "Homebridge plugin to control Govee devices.",
"license": "MIT",
"keywords": [
"homebridge",
"homebridge-plugin",
"homekit",
"govee"
],
"engines": {
"node": ">=6.0.0",
"homebridge": ">=0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bwp91/homebridge-govee"
},
"bugs": {
"url": "https://github.com/bwp91/homebridge-govee/issues"
},
"funding": [
{
"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.20.0",
"color-convert": "2.0.1",
"color-temp": "0.0.2"
},
"devDependencies": {
"prettier": "2.1.2"
}
}