UNPKG

homebridge-texecom-full

Version:

A plugin for homebridge to integrate Texecom Premier Elite alarm systems into HomeKit

58 lines 1.35 kB
{ "displayName": "Homebridge Texecom", "name": "homebridge-texecom-full", "description": "A plugin for homebridge to integrate Texecom Premier Elite alarm systems into HomeKit", "version": "4.3.0", "author": { "name": "Chris Posthumus", "email": "chris.posthumus@gmail.com" }, "homepage": "https://github.com/K1LL3R234/homebridge-texecom", "repository": { "type": "git", "url": "https://github.com/K1LL3R234/homebridge-texecom.git" }, "bugs": { "url": "https://github.com/K1LL3R234/homebridge-texecom/issues" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/K1LL3R234" }, { "type": "paypal", "url": "https://www.paypal.me/chrisposthumus" } ], "license": "MIT", "preferGlobal": true, "keywords": [ "homebridge-plugin", "motion", "smoke", "contact", "carbon monoxide", "door", "sensor", "intruder", "Texecom" ], "engines": { "homebridge": ">=2.0.0", "node": ">=18.20.4" }, "homebridge": { "platforms": [ "Texecom" ] }, "dependencies": { "@serialport/parser-readline": "^12.0.0", "crypto-js": "^4.2.0", "debug": "^4.2.0", "serialport": "^12.0.0", "string": ">=3.3.3", "zpad": "^0.5.0" } }