{
  "name": "redispool-js",
  "version": "1.0.1",
  "description": "wrapper nodejs redis client which pooling many connections",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/namdn/redispool-js.git"
  },
  "keywords": [
    "redis",
    "redis-client",
    "client",
    "pool",
    "wrapper"
  ],
  "author": "dinhnhonam@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/namdn/redispool-js/issues"
  },
  "homepage": "https://github.com/namdn/redispool-js#readme",
  "dependencies": {
    "bluebird": "^3.5.1",
    "redis": "^2.8.0"
  }
}
