node-red-contrib-yamaha-gsp
Version:
Node-RED nodes for controlling Yamaha AV receivers via API
39 lines (38 loc) • 1.04 kB
JSON
{
"name": "node-red-contrib-yamaha-gsp",
"version": "1.0.9",
"description": "Node-RED nodes for controlling Yamaha AV receivers via API",
"main": "yamaha.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red",
"yamaha",
"receiver",
"avr"
],
"author": "GeorgiyPSK",
"license": "MIT",
"node-red": {
"nodes": {
"yamaha-power": "yamaha.js",
"yamaha-volume": "yamaha.js",
"yamaha-input": "yamaha.js",
"yamaha-mute": "yamaha.js",
"yamaha-program": "yamaha.js",
"yamaha-status": "yamaha.js"
}
},
"dependencies": {
"axios": "^0.27.2"
},
"repository": {
"type": "git",
"url": "https://github.com/GeorgiyPSK/node-red-contrib-openweather-time-of-day.git"
},
"bugs": {
"url": "https://github.com/GeorgiyPSK/node-red-contrib-openweather-time-of-day/issues"
},
"homepage": "https://github.com/GeorgiyPSK/node-red-contrib-openweather-time-of-day#readme"
}