node-red-contrib-volumio
Version:
A node library to control Volumio 2 with WebSocket APIs
29 lines (28 loc) • 594 B
JSON
{
"name": "node-red-contrib-volumio",
"version": "0.0.2",
"description": "A node library to control Volumio 2 with WebSocket APIs",
"repository": {
"type": "git",
"url": "git://github.com/maxill1/node-red-contrib-volumio.git"
},
"dependencies": {
"socket.io-client": "^2.1.1"
},
"keywords": [
"node-red",
"volumio"
],
"author": {
"name": "Luca Mazzilli"
},
"node-red": {
"nodes": {
"volumio": "node-red-volumio.js"
}
},
"license": "MIT",
"bugs": {
"url": "https://github.com/maxill1/node-red-contrib-volumio/issues"
}
}