-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 904 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",
"version": "0.4.1",
"description": "Homebridge plugin for Twinkly christmas lights",
"main": "index.js",
"bin": {
"twinkly": "bin/twinkly"
},
"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/nschum/homebridge-twinkly.git"
},
"keywords": [
"homebrige",
"twinkly",
"homebridge-plugin"
],
"engines": {
"node": ">=14.5.0",
"homebridge": ">=1.1.6"
},
"author": "Nikolaj Schumacher",
"license": "MIT",
"bugs": {
"url": "https://github.com/nschum/homebridge-twinkly/issues"
},
"homepage": "https://github.com/nschum/homebridge-twinkly#readme"
}