Skip to content

Instantly share code, notes, and snippets.

@pantharshit00
Created March 29, 2017 10:14
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 pantharshit00/bbacc39b6bc25c3755707b47e195a1ba to your computer and use it in GitHub Desktop.
Save pantharshit00/bbacc39b6bc25c3755707b47e195a1ba to your computer and use it in GitHub Desktop.
Packages for sequelize project
{
"name": "testPassport",
"version": "1.0.0",
"description": "Simple auth app",
"main": "app.js",
"author": "Harshit Pant",
"license": "MIT",
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"express-session": "^1.15.2",
"morgan": "^1.8.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^6.1.5",
"pg-hstore": "^2.3.2",
"sequelize": "^3.30.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment