{
  "name": "redis-promisify",
  "version": "0.1.2",
  "description": "promisify redis commands with util.promisify",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/zenxds/redis-promisify.git"
  },
  "keywords": [
    "redis",
    "promise",
    "promisify"
  ],
  "engines": {
    "node": ">= 8.0.0"
  },
  "author": "zenxds",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/zenxds/redis-promisify/issues"
  },
  "homepage": "https://github.com/zenxds/redis-promisify#readme",
  "dependencies": {
    "redis": "^2.8.0",
    "redis-commands": "^1.4.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^5.2.0"
  }
}
