diff --git a/package.json b/package.json index d34cef3a13..9d6f462879 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "dependencies": { "socket.io": "~0.9.16", "redis": "0.8.3", + "hiredis" : "*", "express": "3.2.0", "express-namespace": "0.1.1", "emailjs": "0.3.4", @@ -37,7 +38,8 @@ "nodebb-plugin-mentions": "~0.1.0", "nodebb-plugin-markdown": "~0.1.0", "rss": "~0.2.0", - "prompt": "~0.2.11" + "prompt": "~0.2.11", + "underscore" : "*" }, "bugs": { "url": "https://github.com/designcreateplay/NodeBB/issues"