UNPKG

node-red-contrib-alexa-smart-home

Version:

Integrate Alexa and Google Assistant / Google Home in your Node-RED flows.

40 lines (39 loc) 964 B
{ "name": "node-red-contrib-alexa-smart-home", "version": "0.4.68", "description": "Integrate Alexa and Google Assistant / Google Home in your Node-RED flows.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "node-red", "alexa", "echo", "skill", "google-home", "google", "google-assistant" ], "bugs": { "url": "https://github.com/coldfire84/node-red-contrib-alexa-home-skill-v3/issues" }, "repository": { "type": "git", "url": "https://github.com/coldfire84/node-red-contrib-alexa-home-skill-v3" }, "homepage": "https://red.cb-net.co.uk/", "node-red": { "nodes": { "alexa": "alexa.js" } }, "author": "chrismbradford@gmail.com", "license": "Apache-2.0", "dependencies": { "body-parser": "^1.19.0", "mqtt": "^4.2.8", "semver": "^7.3.2", "uuid": "^7.0.3" } }