Created
March 29, 2017 10:14
-
-
Save pantharshit00/bbacc39b6bc25c3755707b47e195a1ba to your computer and use it in GitHub Desktop.
Packages for sequelize project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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