From bb6dc24f928e3cf1e4a5bb09970a51c000ea226e Mon Sep 17 00:00:00 2001 From: DTrejo Date: Mon, 10 Sep 2012 15:55:57 -0400 Subject: [PATCH] package.json: remove optional hiredis dep Fix #258. Also adds keywords hash and more info to the description hash. --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 9234d9156c0..54a92d04c58 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"