homebridge-programmableswitch
Version:
Homebridge Programmable Switch plugin for Homebridge
38 lines (37 loc) • 876 B
JSON
{
"name": "homebridge-programmableswitch",
"version": "0.0.33",
"description": "Homebridge Programmable Switch plugin for Homebridge",
"main": "index.js",
"engines": {
"homebridge": ">=0.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PJCzx/homebridge-programmableswitch.git"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"Stateless",
"Stateful",
"Programmable switch",
"HAP",
"Blyss",
"LIRC",
"python",
"433MhZ"
],
"author": "Pierre-Julien Cazaux",
"license": "ISC",
"bugs": {
"url": "https://github.com/PJCzx/homebridge-programmableswitch/issues"
},
"homepage": "https://github.com/PJCzx/homebridge-programmableswitch#readme",
"dependencies": {
"python-shell": "^0.4.0"
}
}