Skip to content

Instantly share code, notes, and snippets.

@mikeuduc
Created September 10, 2012 20:19
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 mikeuduc/3693566 to your computer and use it in GitHub Desktop.
Save mikeuduc/3693566 to your computer and use it in GitHub Desktop.
parisunderbelly package.json
{
"name": "parisunderbelly",
"subdomain": "parisunderbelly",
"domains": [
"www.app.parisunderbelly.com",
"app.parisunderbelly.com"
],
"scripts": {
"start": "app.js"
},
"version": "0.0.0-37",
"engines": {
"node": "0.6.x"
},
"env": {
"PYTHON": "/opt/local/bin/python2.7"
},
"dependencies": {
"knox": "0.0.x",
"connect": "1.8.x",
"everyauth": "0.2.30",
"express": "2.5.x",
"formidable": "1.0.9",
"bouncy": "1.3.1",
"bson": "0.0.4",
"mongodb": "0.9.9-7",
"mongoose": "2.6.3",
"mongoose-auth": "0.0.12",
"mongoose-types": "1.0.3",
"underscore": "1.3.1",
"jade": "0.21.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment