{
  "name": "vole",
  "version": "0.1.5",
  "description": "A dead simple Redis backed key/val cache",
  "main": "./index.js",
  "scripts": {
    "test": "mocha tests/ --recursive"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shoflo/vole"
  },
  "keywords": [
    "cache",
    "redis",
    "key",
    "value",
	"string"
  ],
  "author": "TJ Krusinski",
  "license": "MIT",
  "dependencies": {
    "chai": "~1.6.0",
    "redis": "~0.8.3",
    "cli-color": "~0.2.2"
  },
  "devDependencies": {
  	"mocha":"1.10.0"
  }
}
