forked from nschum/homebridge-twinkly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 928 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
{
"name": "homebridge-twinkly-plus",
"version": "0.5.2",
"description": "Homebridge plugin for Twinkly Lights",
"main": "index.js",
"bin": {
"twinkly-cli": "bin/twinkly-cli"
},
"dependencies": {
"commander": "^6.2.0",
"request": "^2.88.1"
},
"devDependencies": {
"homebridge": "^1.1.6",
"homebridge-config-ui-x": "^4.36.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vanHoesel/homebridge-twinkly-plus.git"
},
"keywords": [
"homebrige",
"twinkly",
"homebridge-plugin"
],
"engines": {
"node": ">=14.5.0",
"homebridge": ">=1.1.6"
},
"author": "Theo van Hoesel",
"license": "MIT",
"bugs": {
"url": "https://github.com/vanHoesel/homebridge-twinkly-plus/issues"
},
"homepage": "https://github.com/vanHoesel/homebridge-twinkly-plus#readme"
}