forked from fabiopigi/homebridge-wled-simple
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 804 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
{
"name": "homebridge-wled-segment",
"version": "0.0.2",
"description": "An accessory plugin for homebridge to support WLED Strips with Segments as individual Bulbs",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/floreno/homebridge-wled-segment.git"
},
"keywords": [
"homebridge-plugin",
"wled",
"segment"
],
"dependencies": {
"request": ">=2.88.0",
"color-convert": ">=2.0.1",
"ip": ">=1.1.5"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"author": {
"name": "Florian R. N. Moreno",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/floreno/homebridge-wled-segment/issues"
},
"homepage": "https://github.com/floreno/homebridge-wled-segment#readme"
}