homebridge-shell-lock
Version:
Homebridge plugin for lock using shell commands
35 lines (34 loc) • 742 B
JSON
{
"name": "homebridge-shell-lock",
"version": "0.0.1",
"description": "Homebridge plugin for lock using shell commands",
"license": "GPL-3.0",
"keywords": [
"homebridge-plugin",
"homebridge",
"plugin",
"lock",
"smart",
"homekit",
"siri",
"shell",
"cmd"
],
"repository": {
"type": "git",
"url": "git@github.com:benzman81/homebridge-shell-lock.git"
},
"bugs": {
"url": "https://github.com/benzman81/homebridge-shell-lock/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.3.0"
},
"dependencies": {
"node-persist" : "2.0.x",
"shelljs": "0.8.x"
},
"homepage": "https://github.com/benzman81/homebridge-shell-lock",
"author": "benzman81"
}