diff --git a/package.json b/package.json index 9234d9156c..54a92d04c5 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,8 @@ { "name" : "redis", "version" : "0.7.2", - "description" : "Redis client library", + "description" : "Redis client library, battle-tested by Voxer.com", + "keywords" : [ "redis", "pub", "sub", "voxer", "database" ], "author": "Matt Ranney ", - "maintainers": [ - "David Trejo (http://dtrejo.com/)" - ], "main": "./index.js", "scripts": { "test": "node ./test.js" @@ -12,9 +10,6 @@ "devDependencies": { "metrics": ">=0.1.5" }, - "optionalDependencies": { - "hiredis": "*" - }, "repository": { "type": "git", "url": "git://github.com/mranney/node_redis.git"