Skip to content

Instantly share code, notes, and snippets.

@cclough
Created September 15, 2012 14:23
Show Gist options
  • Save cclough/3728181 to your computer and use it in GitHub Desktop.
Save cclough/3728181 to your computer and use it in GitHub Desktop.
package.json for roulette_server@cclough
{
"name": "roulette_server",
"description": "example chat application with socket.io",
"version": "0.0.1-1",
"dependencies": {
"express": "2.4.6",
"socket.io": "0.8.4"
},
"subdomain": "cclough.roulette_server",
"scripts": {
"start": ""
},
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment