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