Skip to content

Instantly share code, notes, and snippets.

@soroushhakami
Created August 13, 2012 14:17
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 soroushhakami/3341144 to your computer and use it in GitHub Desktop.
Save soroushhakami/3341144 to your computer and use it in GitHub Desktop.
package.json
{
"name": "parking",
"subdomain": "parking",
"domains": [
"parkeringsplatsen.nu",
"www.parkeringsplatsen.nu",
"pplats.nu",
"www.pplats.nu"
],
"scripts": {
"start": "server.js"
},
"version": "0.0.0-100",
"engines": {
"node": "v0.6.x"
},
"dependencies": {
"express": "2.x.x",
"socket.io": "0.9.x",
"gzippo": "0.1.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment