Skip to content

Instantly share code, notes, and snippets.

@mappum
Created August 14, 2012 18:28
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 mappum/6b3ac68f8063e670911c to your computer and use it in GitHub Desktop.
Save mappum/6b3ac68f8063e670911c to your computer and use it in GitHub Desktop.
{
"name": "outfitly",
"version": "0.0.3-36",
"description": "The social network for clothes.",
"main": "app.js",
"scripts": {
"start": "app.js"
},
"author": "Matt Bell <mappum@gmail.com>",
"license": "BSD",
"dependencies": {
"connect-redis": "*",
"connect-auth": "*",
"express": "3.0.0rc2",
"connect": "2.4.3",
"nodemailer": "*",
"mongoose": "*",
"socket.io": "*",
"gravatar": "*",
"apa": "*"
},
"engines": {
"node": ">= 0.6.x"
},
"subdomain": "outfitly",
"domains": [
"outfitly.com",
"www.outfitly.com",
"outfit.ly",
"www.outfit.ly"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment