node-red-contrib-kodi
Version:
Node-RED nodes for communicating with a Kodi (former XBMC).
38 lines (37 loc) • 850 B
JSON
{
"name": "node-red-contrib-kodi",
"version": "0.2.8",
"description": "Node-RED nodes for communicating with a Kodi (former XBMC).",
"repository": {
"type": "git",
"url": "git+https://github.com/estbeetoo/node-red-contrib-kodi.git"
},
"keywords": [
"node-red",
"node red",
"nodered",
"kodi",
"xbmc"
],
"author": {
"name": "Alexander Borovsky",
"email": "aborovsky@beetoo.me"
},
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/estbeetoo/node-red-contrib-kodi/issues"
},
"node-red": {
"nodes": {
"kodi": "kodi.js"
}
},
"homepage": "https://github.com/estbeetoo/node-red-contrib-kodi#readme",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"dependencies": {
"kodi-ws": "^2.4.0",
"machina": "^1.1.2"
}
}