Skip to content

Instantly share code, notes, and snippets.

@mikeuduc
Created August 12, 2012 19:13
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/3333830 to your computer and use it in GitHub Desktop.
Save mikeuduc/3333830 to your computer and use it in GitHub Desktop.
Simplecrew package.json
{
"author": "",
"name": "SimpleCrew",
"version": "0.0.0-58",
"repository": {
"url": ""
},
"dependencies": {
"alleup": "0.1.0",
"bcrypt": "0.5.0",
"bouncy": "1.3.1",
"bson": "0.0.4",
"connect": "1.8.6",
"connect-redis": "1.4.0",
"express": "2.5.8",
"everyauth": "0.2.32",
"formidable": "1.0.9",
"gm": "1.3.0",
"hooks": "0.2.0",
"jade": "0.21.0",
"knox": "0.0.9",
"mongodb": "0.9.9-7",
"mongoose": "2.6.3",
"mongoose-auth": "0.0.12",
"mongoose-types": "1.0.3",
"passport": "0.1.10",
"passport-local": "0.1.3",
"sendgrid": "0.2.2",
"underscore": "1.3.1",
"imagemagick": "0.1.2"
},
"env": {
"PYTHON": "/opt/local/bin/python2.7"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "0.6.x"
},
"subdomain": "simplecrew",
"domains": [
"app.simplecrew.com",
"www.app.simplecrew.com"
],
"scripts": {
"start": "app.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment