UNPKG

node-red-contrib-amazon-echo-ext

Version:

Alexa controlled Node-Red nodes supporting latest Amazon Echo devices

41 lines (40 loc) 994 B
{ "name": "node-red-contrib-amazon-echo-ext", "version": "0.1.8", "description": "Alexa controlled Node-Red nodes supporting latest Amazon Echo devices", "main": "index.js", "homepage": "https://github.com/datech/node-red-contrib-amazon-echo", "repository": { "type": "git", "url": "git+https://github.com/datech/node-red-contrib-amazon-echo.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "node-red", "amazon", "echo", "alexa", "phillips", "hue", "emulator" ], "author": "Teodor Ivanov <npm@datech.org>", "license": "MIT", "node-red": { "nodes": { "alexa-local-hub": "index.js" } }, "dependencies": { "ip": "^1.1.5", "node-persist": "^3.0.2", "node-ssdp": "^4.0.0", "stoppable": "^1.0.4", "mustache": "^3.0.1", "express": "^4.16.4", "body-parser": "^1.18.3", "color-convert": "^2.0.0" } }