{ "name": "m4lab-user-account", "version": "0.0.1", "description": "Example for PassportJS SAML strategy", "author": { "name": "Rosanny Sihombing", "email": "rosanny.sihombing@hft-stuttgart.de", "url": "/" }, "keywords": [ "m4_lab", "saml", "sso" ], "repository": { "type": "git", "url": "https://transfer.gitlab.com/tbd.git" }, "scripts": { "start": "nodemon app.js", "test": "" }, "dependencies": { "async": "^3.1.0", "bcryptjs": "^2.4.3", "body-parser": "^1.19.0", "cookie-parser": "1.4.3", "crypto": "^1.0.1", "errorhandler": "1.4.3", "express": "^4.17.1", "express-flash": "0.0.2", "express-session": "^1.17.0", "fs": "0.0.1-security", "i18n": "^0.8.5", "morgan": "^1.9.1", "mysql": "^2.17.1", "nodemailer": "^6.3.1", "nodemon": "^2.0.1", "passport": "0.3.2", "passport-saml": "^1.2.0", "pug": "^2.0.4" }, "devDependencies": {}, "engines": { "node": ">= 4.0.0" }, "license": "MIT" }