{
  "name": "thunk-redis",
  "version": "2.2.4",
  "description": "The fastest thunk/promise-based redis client, support all redis features.",
  "main": "lib/index.js",
  "authors": [
    "Yan Qing <admin@zensh.com>"
  ],
  "scripts": {
    "test": "standard && tman -t 10000 test/index.js test/commands",
    "test-full": "standard && tman -t 10000 test/index.js test/client2.js test/commands",
    "test-cluster": "tman -t 100000 test/cluster.js",
    "test-replica": "tman -t 10000 test/replica.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/thunks/thunk-redis.git"
  },
  "keywords": [
    "redis",
    "redis client",
    "cluster",
    "database",
    "thunk",
    "thunks",
    "generator",
    "promise",
    "pipelining"
  ],
  "engines": {
    "node": ">= 4.5.0"
  },
  "dependencies": {
    "respjs": "^4.1.5",
    "thunks": "^4.9.3"
  },
  "devDependencies": {
    "should": "^13.2.3",
    "standard": "^12.0.1",
    "tman": "^1.8.1"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thunks/thunk-redis/issues"
  },
  "homepage": "https://github.com/thunks/thunk-redis",
  "files": [
    "API.md",
    "README.md",
    "CHANGELOG.md",
    "index.js",
    "lib"
  ]
}
