summaryrefslogtreecommitdiffstats
path: root/webchat/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'webchat/package.json')
-rw-r--r--webchat/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/webchat/package.json b/webchat/package.json
index cb264a8c..1a9ad47d 100644
--- a/webchat/package.json
+++ b/webchat/package.json
@@ -4,7 +4,8 @@
"dependencies": {
"connect": "2.11.0",
"irc": "0.3.6",
- "sockjs": "0.3.8"
+ "sockjs": "0.3.8",
+ "redis": "0.9.0"
},
"scripts": {
"test": "tap test/*.js"