UNPKG

node-red-contrib-alexa-home-skill

Version:

This node allows you to hook up Node-RED to react to your Amazon Echo.

36 lines (35 loc) 771 B
{ "name": "node-red-contrib-alexa-home-skill", "version": "0.1.19", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "node-red", "alexa", "echo", "skill" ], "bugs": { "url": "https://github.com/hardillb/node-red-contrib-alexa-home-skill/issues" }, "repository": { "type": "git", "url": "https://github.com/hardillb/node-red-contrib-alexa-home-skill" }, "homepage": "https://alexa-node-red.bm.hardill.me.uk", "node-red": { "nodes": { "alexa": "alexa.js" } }, "author": "hardillb@gmail.com", "license": "Apache-2.0", "dependencies": { "body-parser": "^1.15.2", "mqtt": "4.2.6", "request": "^2.78.0" } }