resolved merge-conflicts
{ | ||
"name": "m4lab-user-account", | ||
"version": "0.0.1", | ||
"description": "Example for PassportJS SAML strategy", | ||
"description": "M4_LAB User Account", | ||
"author": { | ||
"name": "Rosanny Sihombing", | ||
"email": "rosanny.sihombing@hft-stuttgart.de", | ||
... | ... | @@ -9,12 +9,11 @@ |
}, | ||
"keywords": [ | ||
"m4_lab", | ||
"saml", | ||
"sso" | ||
"account" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://transfer.gitlab.com/tbd.git" | ||
"url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/user-account.git" | ||
}, | ||
"scripts": { | ||
"start": "nodemon app.js", | ||
... | ... | @@ -24,6 +23,7 @@ |
"async": "^3.1.0", | ||
"bcryptjs": "^2.4.3", | ||
"body-parser": "^1.19.0", | ||
"compression": "^1.7.4", | ||
"cookie-parser": "1.4.3", | ||
"crypto": "^1.0.1", | ||
"errorhandler": "1.4.3", | ||
... | ... | @@ -32,6 +32,7 @@ |
"express-flash": "0.0.2", | ||
"express-session": "^1.17.0", | ||
"fs": "0.0.1-security", | ||
"helmet": "^3.23.3", | ||
"i18n": "^0.8.5", | ||
"morgan": "^1.9.1", | ||
"mysql": "^2.17.1", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment