Skip to content

Instantly share code, notes, and snippets.

@miyamotodev123
Last active January 2, 2016 22:05
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 miyamotodev123/4fbef9e47bdac2c32fc9 to your computer and use it in GitHub Desktop.
Save miyamotodev123/4fbef9e47bdac2c32fc9 to your computer and use it in GitHub Desktop.
package.json for auth set up and test series
{
"name": "authentication-set-up-and-testing",
"main": "server.js",
"dependencies" : {
"express" : "~4.8.8",
"mongoose" : "~3.8.1",
"passport" : "~0.1.17",
"passport-local": "~1.0.0",
"bcrypt-nodejs" : "latest",
"morgan": "~1.3.0",
"body-parser": "~1.8.0",
"cookie-parser": "~1.0.0",
"method-override": "~1.0.0",
"express-session": "~1.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment