Skip to content

Instantly share code, notes, and snippets.

@Fabryz
Created April 4, 2013 20:06
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 Fabryz/0c9264b9732143fa6dc3 to your computer and use it in GitHub Desktop.
Save Fabryz/0c9264b9732143fa6dc3 to your computer and use it in GitHub Desktop.
{
"name": "wander",
"description": "An HTML5 Canvas + Node.js + WebSockets multiplayer game",
"version": "0.4.7-15",
"scripts": {
"start": "server.js"
},
"subdomain": "wander",
"author": "Fabrizio Codello",
"engines": {
"node": "0.6.x"
},
"dependencies": {
"express": "2.5.6",
"socket.io": "0.9.3",
"jade": "0.22.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Fabryz/wander"
},
"bugs": {
"url": "https://github.com/Fabryz/wander/issues"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment