{
  "name": "@yuanchuan/redis-commands",
  "version": "0.0.4",
  "description": "Redis commands implemented in javascript (learning purpose only)",
  "main": "index.js",
  "dependencies": {
    "minimatch": "~0.2.11"
  },
  "devDependencies": {
    "mocha": "~1.9.0",
    "should": "^7.1.1"
  },
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yuanchuan/redis-commands"
  },
  "keywords": [
    "redis",
    "commands",
    "api"
  ],
  "author": "yuanchuan",
  "license": "MIT",
  "readmeFilename": "README.md"
}
