UNPKG

haro-redis

Version:

Redis persistent storage adapter for Harō

47 lines (46 loc) 1.07 kB
{ "name": "haro-redis", "version": "1.0.3", "description": "Redis persistent storage adapter for Harō", "main": "lib/index.js", "repository": { "type": "git", "url": "https://github.com/avoidwork/haro-redis.git" }, "scripts": { "test": "grunt test" }, "keywords": [ "redis", "persistent storage", "adapter", "haro", "immutable", "data", "store", "datastore", "api" ], "author": "Jason Mulligan <jason.mulligan@avoidwork.com>", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/avoidwork/haro-redis/issues" }, "homepage": "https://github.com/avoidwork/haro-redis", "devDependencies": { "babel-eslint": "^3.1.17", "grunt": "^0.4.5", "grunt-babel": "^5.0.0", "grunt-cli": "^0.1.13", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-watch": "^0.6.1", "grunt-eslint": "^15.0.0", "haro": "^1.4.5" }, "dependencies": { "es6-map": "^0.1.1", "redis": "^0.12.1", "tiny-defer": "^1.0.2" } }