1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-25 00:40:59 +03:00
Files
node-redis/package.json
DTrejo bb6dc24f92 package.json: remove optional hiredis dep
Fix #258. Also adds keywords hash and more info to
the description hash.
2012-09-10 15:55:58 -04:00

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"
}
}