{
  "name": "ioredis-json",
  "version": "0.1.1",
  "description": "A redis client for the redis rejson module.",
  "main": "index.js",
  "scripts": {
    "test": "eslint lib && mocha --require co-mocha tests/test_*"
  },
  "keywords": [
    "redisJSON"
  ],
  "author": "malekf",
  "license": "MIT",
  "dependencies": {
    "ioredis": "4.19.x",
    "lodash": "4.17.x"
  }
}
