Skip to content

Instantly share code, notes, and snippets.

Created March 26, 2013 08:47
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/5243961 to your computer and use it in GitHub Desktop.
Save anonymous/5243961 to your computer and use it in GitHub Desktop.
{
"name": "fs",
"description": "FellowShoppers Service",
"version": "0.0.1-174",
"private": true,
"author": "Igor Pavlov",
"engines": {
"node": "0.8.x"
},
"dependencies": {
"express": "*",
"connect": "*",
"mongodb": "*",
"jade": "*",
"mongoose": "*",
"yaml-config": "*",
"connect-mongodb": "*",
"mongoose-auth": "*",
"connect-mongo": "*",
"passport": "*",
"passport-local": "*",
"passport-facebook": "*",
"passport-vkontakte": "*",
"passport-twitter": "*",
"bcrypt": "*",
"email-templates": "0.0.7",
"cookies": "*",
"i18n": "*",
"postmark": "*",
"knox": "*",
"paynode": "*",
"nodefly": "stable",
"node-linkshare": "*",
"xml2js": "*",
"easyimage": "*",
"http-proxy": "0.8.x"
},
"subdomain": "dev_fs",
"scripts": {
"start": "app.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment