homebridge-contact-sensor
Version:
A Homebridge plugin for a contact sensor via GPIO of a Raspberry Pi.
38 lines (37 loc) • 802 B
JSON
{
"name": "homebridge-contact-sensor",
"version": "0.0.7",
"description": "A Homebridge plugin for a contact sensor via GPIO of a Raspberry Pi.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Killerameise/homebridge-contact-sensor.git"
},
"bugs": {
"url": "https://github.com/Killerameise/homebridge-contact-sensor/issues"
},
"dependencies": {
"rpi-gpio": "^0.9.1"
},
"engines": {
"node": ">=6.9.2",
"homebridge": ">=0.2.0"
},
"keywords": [
"contact",
"sensor",
"raspberry",
"pi",
"siri",
"homebridge",
"homebridge-plugin",
"ios",
"homekit",
"gpio"
],
"author": "Jaspar Mang",
"license": "ISC"
}