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

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fent committed Jul 17, 2013
1 parent 97f7342 commit 57aa7dc
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Expand Up @@ -15,13 +15,10 @@
},
"author": "fent (https://github.com/fent)",
"main": "./server.js",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"express": "2.5.x",
"socket.io": "0.8.x",
"socket.io-clusterhub": "0.2.x"
"express": "~2.5.11",
"socket.io": "~0.9.16",
"socket.io-clusterhub": "~0.2.0"
},
"licenses": [
{
Expand All @@ -31,6 +28,6 @@
],
"private": true,
"scripts": {
"start": "server.js"
"start": "node server.js"
}
}

0 comments on commit 57aa7dc

Please sign in to comment.