Skip to content

Instantly share code, notes, and snippets.

Created March 9, 2013 17:49
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/1d075eed376b723abc7a to your computer and use it in GitHub Desktop.
Save anonymous/1d075eed376b723abc7a to your computer and use it in GitHub Desktop.
JSON.package
{
"name": "Pong",
"scripts": {
"start": "server_v5.js"
},
"version": "0.0.0-98",
"engines": {
"node": "0.8.x"
},
"subdomain": "wwpong",
"domains": [
"worldwarpong.com",
"www.worldwarpong.com"
],
"dependencies": {
"socket.io": "*",
"node-uuid": "*",
"express": "*",
"ecstatic": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment