redis-hashes
Version:
redis hash utilities for nodejs
61 lines (60 loc) • 1.25 kB
JSON
{
"name": "redis-hashes",
"version": "0.6.1",
"description": "redis hash utilities for nodejs",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/redis-hashes.git"
},
"keywords": [
"redis",
"reds",
"factory",
"utilities",
"client",
"hash",
"create",
"save",
"find",
"get",
"query",
"search"
],
"author": {
"name": "lykmapipo",
"email": "lallyelias87@gmail.com",
"url": "https://github.com/lykmapipo"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/redis-hashes/issues"
},
"homepage": "https://github.com/lykmapipo/redis-hashes",
"devDependencies": {
"chai": "^4.1.2",
"faker": "^4.1.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.3",
"jshint-stylish": "^2.2.1",
"mocha": "^4.1.0"
},
"dependencies": {
"async": "^2.6.0",
"flat": "^4.0.0",
"lodash": "^4.17.4",
"redis": "^2.8.0",
"redis-clients": "^0.3.1",
"reds": "^1.0.0",
"traverse": "^0.6.6",
"uuid": "^3.1.0"
},
"engines": {
"node": ">= 8.1.4"
}
}