homebridge-twinkly
Version:
Homebridge plugin for Twinkly christmas lights
40 lines (39 loc) • 904 B
JSON
{
"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": ">=8.12.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"
}