UNPKG

databank-redis

Version:
48 lines (47 loc) 936 B
{ "name": "databank-redis", "version": "0.19.6", "engines": { "node": ">=0.6.x" }, "author": "Evan Prodromou <evan@e14n.com>", "scripts": { "test": "vows test/*-test.js" }, "main": "./lib/redis.js", "directories": { "lib": "./lib/" }, "description": "Redis driver for Databank", "dependencies": { "async": "0.9.x", "databank": "0.19.x", "redis": "~0.10.3", "underscore": "1.6.x" }, "devDependencies": { "vows": "0.7.x" }, "licenses": [ { "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "keywords": [ "databank", "redis", "database", "json", "storage", "nosql" ], "homepage": "http://github.com/e14n/databank-redis", "bugs": { "url": "http://github.com/e14n/databank-redis/issues" }, "repository": { "type": "git", "url": "http://github.com/e14n/databank-redis.git" } }