homebridge-ups
Version:
Homebridge plugin for Network UPS Tools
55 lines (54 loc) • 1.22 kB
JSON
{
"name": "homebridge-ups",
"description": "Homebridge plugin for Network UPS Tools",
"displayName": "Homebridge UPS",
"author": "Erik Baauw",
"maintainers": [
"ebaauw"
],
"license": "Apache-2.0",
"version": "1.3.1",
"keywords": [
"homebridge-plugin",
"homekit",
"ups",
"nut",
"uninterruptible power supply",
"network ups tools"
],
"type": "module",
"main": "index.js",
"bin": {
"ups": "cli/ups.js"
},
"engines": {
"homebridge": "^1.11.1||^2.0.0-beta",
"node": "^24||^22||^20",
"upsd": "1.2"
},
"dependencies": {
"homebridge-lib": "~7.1.13"
},
"scripts": {
"prepare": "standard && rm -rf out && jsdoc -c jsdoc.json",
"test": "standard && echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebaauw/homebridge-ups.git"
},
"bugs": {
"url": "https://github.com/ebaauw/homebridge-ups/issues"
},
"homepage": "https://github.com/ebaauw/homebridge-ups#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ebaauw"
},
{
"type": "paypal",
"url": "https://www.paypal.me/ebaauw/EUR"
}
]
}