homebridge-texecom-full
Version:
A plugin for homebridge to integrate Texecom Premier Elite alarm systems into HomeKit
58 lines (57 loc) • 1.33 kB
JSON
{
"displayName": "Homebridge Texecom",
"name": "homebridge-texecom-full",
"description": "A plugin for homebridge to integrate Texecom Premier Elite alarm systems into HomeKit",
"version": "4.2.5",
"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://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": "^1.6.0 || ^2.0.0-beta.0",
"node": ">=18.20.4",
"python": ">=3.6.0"
},
"homebridge": {
"platforms": [
"Texecom"
]
},
"dependencies": {
"debug": "^4.2.0",
"serialport": "^12.0.0",
"string": ">=3.3.3",
"zpad": "^0.5.0"
}
}