redis-dump
Version:
Dump redis database into redis commands or json with command line or node.js
34 lines (33 loc) • 707 B
JSON
{
"name": "redis-dump",
"version": "0.1.10",
"description": "Dump redis database into redis commands or json with command line or node.js",
"keywords": [
"redis",
"dump",
"database",
"command line",
"json"
],
"author": "Jeremy Faivre <contact@jeremyfa.com>",
"main": "./bin/index.js",
"scripts": {
"test": "node ./bin/test.js"
},
"bin": {
"redis-dump": "./bin/cli/redis-dump"
},
"dependencies": {
"async": "^1.5.2",
"optimist": "^0.3.7",
"redis": "^2.6.2"
},
"devDependencies": {
"coffee-script": "^1.2.0",
"glob": "^7.0.3"
},
"repository": {
"type": "git",
"url": "git://github.com/jeremyfa/node-redis-dump.git"
}
}