homebridge-owntone-radio
Version:
A homebridge plugin to play radio web streams using owntone
31 lines (30 loc) • 736 B
JSON
{
"name": "homebridge-owntone-radio",
"version": "1.0.2",
"description": "A homebridge plugin to play radio web streams using owntone",
"repository": {
"type": "git",
"url": "git://github.com/joepool/homebridge-owntone-radio"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"radio",
"owntone",
"airplay",
"homepod"
],
"author": "joepool",
"license": "ISC",
"bugs": {
"url": "https://github.com/joepool/homebridge-owntone-radio/issues"
},
"homepage": "https://github.com/joepool/homebridge-owntone-radio#readme",
"dependencies": {
"node-fetch": "^2.7.0"
},
"engines": {
"node": "^18.20.4 || ^20.15.1 || ^22",
"homebridge": "^1.6.0 || ^2.0.0-beta.0"
}
}