UNPKG

node-red-contrib-redis

Version:

Node Red client for Redis with pub/sub, list, lua scripting and other commands support.

42 lines (41 loc) 936 B
{ "name": "node-red-contrib-redis", "version": "1.4.0", "description": "Node Red client for Redis with pub/sub, list, lua scripting and other commands support.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/chameleonbr/node-red-contrib-redis.git" }, "keywords": [ "redis", "node-red", "node" ], "node-red": { "nodes": { "redis": "redis.js" } }, "author": { "name": "Andre Alexandre Avila" }, "license": "MIT", "bugs": { "url": "https://github.com/chameleonbr/node-red-contrib-redis/issues" }, "homepage": "https://github.com/chameleonbr/node-red-contrib-redis#readme", "maintainers": [ { "name": "chameleonbr", "email": "chameleonbr@gmail.com" } ], "dependencies": { "async": "^3.2.0", "ioredis": "^5.4.1" } }