Skip to content

Instantly share code, notes, and snippets.

Created September 22, 2012 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3765885 to your computer and use it in GitHub Desktop.
Save anonymous/3765885 to your computer and use it in GitHub Desktop.
Help with node.js
{
"name": "StudySquareSocketIO",
"version": "1.0.0-3",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
"socket.io": "0.9.10"
},
"subdomain": "StudySquareSocketIO",
"engines": {
"node": "0.6.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment