heroku-redis-client
Version:
redis client that works with heroku redis to go
31 lines (30 loc) • 665 B
JSON
{
"name": "heroku-redis-client",
"version": "0.3.3",
"description": "redis client that works with heroku redis to go",
"main": "index.js",
"homepage": "https://github.com/cmanzana/heroku-redis-client",
"scripts": {
"test": "mocha",
"posttest": "publish"
},
"dependencies": {
"redis": ">=0.7.2",
"publish": "0.3.2"
},
"repository": {
"type": "git",
"url": "git@github.com:cmanzana/heroku-redis-client.git"
},
"keywords": [
"heroku",
"redis",
"client",
"redistogo"
],
"devDependencies": {
"mocha": "1.3.0"
},
"author": "Carlos Manzanares <carlos.manzanares@gmail.com>",
"license": "MIT"
}