Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Commit

Permalink
updated socket.io-clusterhub version for node v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fent committed Jul 7, 2012
1 parent f6bc42e commit 97f7342
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -5,23 +5,23 @@
"socket.io",
"realtime",
"cluster",
"multi proces",
"multi-process",
"chat"
],
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git://github.com/fent/clusterchat.git"
},
"author": "fent (https://github.com/fent)",
"main": "./server.js",
"engines": {
"node": ">=0.6.0"
"node": ">=0.8.0"
},
"dependencies": {
"express": "2.5.x",
"socket.io": "0.8.x",
"socket.io-clusterhub": "0.1.x"
"socket.io-clusterhub": "0.2.x"
},
"licenses": [
{
Expand Down

0 comments on commit 97f7342

Please sign in to comment.