node-red-contrib-vizio-speaker
Version:
A Node-RED node to interact with a Vizio SmartCast speaker
34 lines (33 loc) • 902 B
JSON
{
"name": "node-red-contrib-vizio-speaker",
"version": "1.0.2",
"description": "A Node-RED node to interact with a Vizio SmartCast speaker",
"keywords": [
"vizio",
"smartcast",
"node-red"
],
"node-red": {
"nodes": {
"vizio-speaker": "speaker.js"
}
},
"scripts": {
"start": "pm2 start node-red --watch && pm2 log",
"stop": "pm2 stop node-red"
},
"author": "Justin Halbsgut <jhalbsgut@gmail.com> (https://github.com/hufftheweevil)",
"license": "MIT",
"dependencies": {
"vizio-speaker": "^1.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hufftheweevil/node-red-contrib-vizio-speaker.git"
},
"bugs": {
"url": "https://github.com/hufftheweevil/node-red-contrib-vizio-speaker/issues"
},
"homepage": "https://github.com/hufftheweevil/node-red-contrib-vizio-speaker#readme",
"devDependencies": {}
}