From eadce597121741a03c67293af4989af521525082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2EFernando=20S=C3=A1nchez?= Date: Fri, 25 May 2012 13:24:00 +0200 Subject: [PATCH] Added socket.io as dependency To-Do: Add versions to each package --- hookio/monkey/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/hookio/monkey/package.json b/hookio/monkey/package.json index 08486e1..0d2479f 100644 --- a/hookio/monkey/package.json +++ b/hookio/monkey/package.json @@ -5,6 +5,7 @@ , "dependencies": { "hook.io-web40" : "*" , "express": "2.5.5" + , "socket.io" : "*" , "jade": "0.16.4" , "stylus": "0.19.0" , "nib": "0.2.0"