You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-12-25 00:40:59 +03:00
18 lines
482 B
JSON
18 lines
482 B
JSON
{ "name" : "redis",
|
|
"version" : "0.7.2",
|
|
"description" : "Redis client library, battle-tested by Voxer.com",
|
|
"keywords" : [ "redis", "pub", "sub", "voxer", "database" ],
|
|
"author": "Matt Ranney <mjr@ranney.com>",
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"test": "node ./test.js"
|
|
},
|
|
"devDependencies": {
|
|
"metrics": ">=0.1.5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mranney/node_redis.git"
|
|
}
|
|
}
|