UNPKG

redis-json-client

Version:
41 lines (40 loc) 843 B
{ "name": "redis-json-client", "version": "0.2.9", "description": "NodeJS Client for RedisJSON", "main": "index.js", "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "redis", "redisjson", "json", "node", "backend", "redis-json-client" ], "homepage": "https://github.com/hojin-jeong/redis-json-client", "bugs": { "url": "https://github.com/hojin-jeong/redis-json-client/issues", "email": "a66764765@gmail.com" }, "author": { "name": "hojin.jeong", "email": "a66764765@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/hojin-jeong/redis-json-client.git" }, "engines": { "node": ">=6" }, "license": "MIT", "dependencies": { "ioredis": "^5.3.2" } }