UNPKG

node-red-contrib-alexa-remote2-applestrudel

Version:
68 lines (67 loc) 1.68 kB
{ "name": "node-red-contrib-alexa-remote2-applestrudel", "version": "5.0.52", "author": { "name": "bbindreiter", "email": "bernd.bindreiter@gmail.com" }, "contributors": [ { "name": "Julian Wiche", "url": "https://github.com/dajuly20" }, { "name": "Murilo", "url": "https://github.com/ninjampa" }, { "name": "DanPatten", "url": "https://github.com/DanPatten" }, { "name": "jonferreira", "url": "https://github.com/jonferreira" }, { "name": "abstract-entity", "url": "https://github.com/abstract-entity" }, { "name": "nathan1987", "url": "https://github.com/knathan1987" } ], "description": "node-red nodes for interacting with alexa", "keywords": [ "node-red", "alexa remote", "alexa", "echo" ], "license": "MIT", "node-red": { "nodes": { "alexa-remote-account": "nodes/alexa-remote-account.js", "alexa-remote-init": "nodes/alexa-remote-init.js", "alexa-remote-event": "nodes/alexa-remote-event.js", "alexa-remote-smarthome": "nodes/alexa-remote-smarthome.js", "alexa-remote-routine": "nodes/alexa-remote-routine.js", "alexa-remote-echo": "nodes/alexa-remote-echo.js", "alexa-remote-other": "nodes/alexa-remote-other.js", "alexa-remote-list": "nodes/alexa-remote-list.js" } }, "repository": { "type": "git", "url": "https://github.com/bbindreiter/node-red-contrib-alexa-remote2-applestrudel" }, "bugs": { "url": "https://github.com/bbindreiter/node-red-contrib-alexa-remote2-applestrudel/issues" }, "dependencies": { "alexa-remote2": "^8.0.0" }, "engines": { "node": ">=16.0.0" } }