{
  "author": "Linus G Thiel <linus@hanssonlarsson.se> (http://hanssonlarsson.se/)",
  "name": "refix",
  "description": "Namespacing redis client proxy",
  "version": "0.1.4",
  "repository": {
    "type": "git",
    "url": "https://github.com/linus/refix.git"
  },
  "main": "lib/refix.js",
  "scripts": {
    "test": "make test"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "dependencies": {
    "redis-commands": "^1.1.0"
  },
  "devDependencies": {
    "coffee-script": "^1.10.0",
    "docco": "^0.7.0",
    "nodeunit": "^0.9.1"
  },
  "keywords": ["redis", "prefix", "namespace"]
}
