Skip to content

Instantly share code, notes, and snippets.

@rdemarco
Created May 2, 2013 23:45
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 rdemarco/5506312 to your computer and use it in GitHub Desktop.
Save rdemarco/5506312 to your computer and use it in GitHub Desktop.
{
"name": "Zen_test",
"subdomain": "madwill",
"description": "example chat application with socket.io",
"version": "0.0.2",
"dependencies": {
"express": "2.4.6",
"socket.io": "",
"node-static": ""
},
"scripts": {
"start": "node app.js"
},
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment