diff options
author | tv <tv@nomic.retiolum> | 2013-11-06 16:04:09 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-06 16:04:09 +0100 |
commit | 2a5016b8d705dba4f0689882a04037381cb4374f (patch) | |
tree | f2e877e1b6615456a2d30da31cd846196267ff2c /webchat/package.json | |
parent | c12eb1a354eff6b965db5f4938b35e304784cb97 (diff) | |
parent | 7cbc22526a141801b7386385a87bcbf48b5c5c88 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'webchat/package.json')
-rw-r--r-- | webchat/package.json | 3 |
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" |