Skip to content
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.

Commit

Permalink
Added socket.io dep, hello real time.
Browse files Browse the repository at this point in the history
  • Loading branch information
iammerrick committed May 18, 2012
1 parent f2f59fc commit 65f9c86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -9,7 +9,8 @@
"moment" : "1.6.2", "moment" : "1.6.2",
"requirejs" : "1.0.8", "requirejs" : "1.0.8",
"coffee-script" : "1.3.1", "coffee-script" : "1.3.1",
"underscore": "1.3.3" "underscore": "1.3.3",
"socket.io": "0.9.6"
}, },
"scripts": { "scripts": {
"start": "node app.js" "start": "node app.js"
Expand Down

0 comments on commit 65f9c86

Please sign in to comment.