homebridge-fantasia
Version:
A Homebridge plugin that connects Fantasia Viper fans to Apple HomeKit
58 lines (57 loc) • 1.41 kB
JSON
{
"name": "homebridge-fantasia",
"displayName": "Fantasia",
"version": "1.1.3",
"description": "A Homebridge plugin that connects Fantasia Viper fans to Apple HomeKit",
"license": "ISC",
"keywords": [
"Homebridge",
"homebridge-plugin",
"Fatasia",
"Viper",
"fan",
"433MHz",
"433.9MHz",
"433.92MHz",
"Holtek",
"HT12E",
"TR32A"
],
"author": {
"name": "Alexander Thoukydides",
"url": "https://www.thouky.co.uk/"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/thoukydides"
},
{
"type": "paypal",
"url": "https://paypal.me/thoukydides"
},
{
"type": "ko-fi",
"url": "https://ko-fi.com/thouky"
},
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/thouky"
}
],
"repository": {
"type": "git",
"url": "git://github.com/thoukydides/homebridge-fantasia.git"
},
"bugs": {
"url": "https://github.com/thoukydides/homebridge-fantasia/issues"
},
"main": "index.js",
"engines": {
"node": "^22.15.0 || ^20.19.1",
"homebridge": "^1.9.0 || ^2.0.0-beta.0"
},
"dependencies": {
"request": "^2.88.2"
}
}