Skip to content

Instantly share code, notes, and snippets.

@athiththan11
Created July 6, 2019 19:10
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 athiththan11/dc553a891a27c379515860249caed35c to your computer and use it in GitHub Desktop.
Save athiththan11/dc553a891a27c379515860249caed35c to your computer and use it in GitHub Desktop.
Package.json file of the express application written for WSO2 SAML SSO demo
{
"name": "expresssaml",
"version": "1.0.0",
"description": "Express Application with SAML SSO",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "athiththan11",
"homepage": "https://github.com/athiththan11/Passport-SAML-WSO2",
"keywords": [
"wso2-saml-sso",
"passport-saml"
],
"license": "ISC",
"dependencies": {
"body-parser": "1.19.0",
"dotenv": "8.0.0",
"ejs": "2.6.2",
"express": "4.17.1",
"express-session": "1.16.2",
"passport": "0.3.2",
"passport-saml": "0.15.0"
},
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment