UNPKG

node-red-contrib-simplecast

Version:

a simple nodered node to cast to chromecast or googlehome

28 lines 741 B
{ "name": "node-red-contrib-simplecast", "version": "1.0.8", "main": "simplecast.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/bigsfr/node-red-contrib-simplecast.git" }, "bugs": { "url": "https://github.com/bigsfr/node-red-contrib-simplecast/issues" }, "author": "bigs", "license": "ISC", "description": "a simple nodered node to cast to chromecast or googlehome", "dependencies": { "castv2-client": "^1.2.0", "google-tts-api": "0.0.4" }, "keywords": [ "node-red", "cast", "chromecast", "googlehome" ], "node-red" : { "nodes": { "simplecast": "simplecast.js" } } }