Skip to content

Instantly share code, notes, and snippets.

Created January 10, 2013 16:20
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/4503397 to your computer and use it in GitHub Desktop.
Save anonymous/4503397 to your computer and use it in GitHub Desktop.
{
"name": "pladdy_web",
"author": "Francesco Pasqua <cesconix87@gmail.com>",
"subdomain": "pladdy_web",
"domains": [
"pladdy.com",
"www.pladdy.com"
],
"scripts": {
"start": "coffee app/index.coffee"
},
"version": "0.0.1-2",
"engines": {
"node": "0.8.x"
},
"dependencies": {
"express": "3.0.x",
"jade": "0.27.x",
"mongoose": "3.4.x",
"socket.io": "0.9.x",
"winston": "0.6.x",
"sprintf": "0.1.x",
"nodemailer": "0.3.x",
"mongoose-validator": "0.2.x",
"validator": "0.4.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment