Skip to content

Instantly share code, notes, and snippets.

@gemanor
Created August 22, 2019 16:34
Show Gist options
  • Select an option

  • Save gemanor/df6fae1b626df85a0960079f54eead1a to your computer and use it in GitHub Desktop.

Select an option

Save gemanor/df6fae1b626df85a0960079f54eead1a to your computer and use it in GitHub Desktop.
Package.json for social login
{
"name": "federated-id-service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gmanor@cisco.com",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"dotenv": "^8.0.0",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-partials": "^0.3.0",
"express-session": "^1.16.2",
"moment": "^2.24.0",
"passport": "^0.4.0",
"passport-auth0": "^1.1.0",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^2.0.0",
"passport-linkedin-oauth2": "^2.0.0",
"passport-twitter": "^1.0.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment