-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1016 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
{
"name": "homebridge-gpio-rgb-ledstrip",
"description": "Raspberry Pi GPIO based LED Strip plugin for Homebridge",
"version": "0.1.2",
"author": "Manfredi Pistone",
"license": "GPL-3.0-only",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/ManfrediPist/homebridge-gpio-rgb-ledstrip.git"
},
"bugs": {
"url": "https://github.com/manfredipist/homebridge-gpio-rgb-ledstrip/issues"
},
"funding": {
"type" : "paypal",
"url" : "https://www.paypal.com/donate?hosted_button_id=KLP7YU6F9HHTY"
},
"homepage": "https://github.com/manfredipist/homebridge-gpio-rgb-ledstrip#readme",
"keywords": [
"homebridge-plugin",
"gpio rgb ledstrip",
"led light",
"rgb",
"led",
"gpio",
"homebridge"
],
"engines": {
"node": ">=10",
"homebridge": ">=1.0.0"
},
"dependencies": {
"color-convert": "^2.0.0",
"pi-blaster.js": "^0.1.3"
}
}