Merge branch 'testing' into devel
This source diff could not be displayed because it is too large. You can view the blob instead.
{ | ||
"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,39 +9,65 @@ |
}, | ||
"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", | ||
"test": "" | ||
"start": "nodemon app.ts", | ||
"build": "tsc -build", | ||
"clean": "tsc -build --clean", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"async": "^3.1.0", | ||
"axios": "^0.21.1", | ||
"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", | ||
"dotenv": "^9.0.2", | ||
"express": "^4.17.1", | ||
"express-fileupload": "^1.1.6", | ||
"express-flash": "0.0.2", | ||
"express-flash-2": "^1.0.1", | ||
"express-session": "^1.17.0", | ||
"form-data": "^3.0.0", | ||
"fs": "0.0.1-security", | ||
"i18n": "^0.8.5", | ||
"helmet": "^4.6.0", | ||
"jest": "^26.5.0", | ||
"method-override": "^3.0.0", | ||
"morgan": "^1.9.1", | ||
"mysql": "^2.17.1", | ||
"mysql2": "^2.2.5", | ||
"nodemailer": "^6.3.1", | ||
"nodemon": "^2.0.1", | ||
"nodemailer-ntlm-auth": "^1.0.1", | ||
"passport": "0.3.2", | ||
"passport-saml": "^1.2.0", | ||
"pug": "^2.0.4" | ||
"passport-saml": "^2.1.0", | ||
"pug": "^3.0.2" | ||
}, | ||
"devDependencies": { | ||
"@types/async": "^3.2.6", | ||
"@types/bcryptjs": "^2.4.2", | ||
"@types/compression": "^1.7.0", | ||
"@types/cookie-parser": "^1.4.2", | ||
"@types/express": "^4.17.11", | ||
"@types/express-fileupload": "^1.1.6", | ||
"@types/express-flash-2": "^1.0.6", | ||
"@types/express-session": "^1.17.0", | ||
"@types/jest": "^26.0.23", | ||
"@types/method-override": "^0.0.31", | ||
"@types/morgan": "^1.9.2", | ||
"@types/mysql": "^2.15.18", | ||
"@types/node": "^15.0.2", | ||
"@types/nodemailer": "^6.4.1", | ||
"@types/passport": "^1.0.6", | ||
"@types/passport-strategy": "^0.2.35", | ||
"@types/xml2js": "^0.4.8", | ||
"nodemon": "^2.0.1", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.4" | ||
}, | ||
"devDependencies": {}, | ||
"engines": { | ||
"node": ">= 4.0.0" | ||
}, | ||
... | ... |
public/default/logo.png
0 → 100644
84.7 KB
routes/account.ts
0 → 100644
routes/api.js
deleted
100644 → 0
routes/dbconn.js
deleted
100644 → 0
routes/mailer.js
deleted
100644 → 0
routes/methods.js
deleted
100644 → 0
routes/public.ts
0 → 100644
tsconfig.json
0 → 100644