UNPKG

@pomofficial/redis

Version:

Pomegranate Redis Plugin

34 lines (33 loc) 718 B
{ "name": "@pomofficial/redis", "version": "0.2.0", "description": "Pomegranate Redis Plugin", "main": "index.js", "files": [ "index.d.ts", "index.js.map", "Readme.md", "LICENCE" ], "scripts": { "prepublishOnly": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Pomegranate", "NOSQL", "Redis" ], "author": "Jim Bulkowski <jim.b@paperelectron.com> (http://paperelectron.com)", "license": "MIT", "dependencies": { "@pomegranate/plugin-tools": "^2.0.7", "@types/redis": "^2.8.12", "bluebird": "^3.5.4", "redis": "^2.8.0" }, "devDependencies": { "@types/node": "^11.13.7", "typescript": "^3.4.5" } }