Merge branch 'testing' of...
Merge branch 'testing' of https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/project-page into devel
.gitlab-ci.yml
0 → 100644
config/cert/cert.pem
deleted
100644 → 0
config/cert/key.pem
deleted
100644 → 0
This diff is collapsed.
| { | ||
| "name": "passport-saml-example", | ||
| "name": "m4_lab-projects", | ||
| "version": "0.0.1", | ||
| "description": "Example for PassportJS SAML strategy", | ||
| "description": "M4_LAB Projects Manager", | ||
| "author": { | ||
| "name": "Gerard Braad", | ||
| "email": "me@gbraad.nl", | ||
| "url": "http://gbraad.nl" | ||
| "name": "Rosanny Sihombing", | ||
| "email": "rosanny.sihombing@hft-stuttgart.de" | ||
| }, | ||
| "contributors": [ | ||
| { | ||
| "name": "Christian Kuster", | ||
| "email": "git@kusti.ch" | ||
| } | ||
| ], | ||
| "keywords": [ | ||
| "saml", | ||
| "sso" | ||
| "m4_lab", | ||
| "prjects" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/gbraad/passport-saml-example.git" | ||
| "url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/project-page.git" | ||
| }, | ||
| "scripts": { | ||
| "start": "nodemon app.js", | ||
| ... | ... | @@ -27,8 +20,9 @@ |
| }, | ||
| "dependencies": { | ||
| "async": "^3.2.0", | ||
| "axios": "^0.19.2", | ||
| "axios": "^0.20.0", | ||
| "body-parser": "^1.19.0", | ||
| "compression": "^1.7.4", | ||
| "cookie-parser": "1.4.3", | ||
| "errorhandler": "1.4.3", | ||
| "express": "^4.17.1", | ||
| ... | ... | @@ -36,9 +30,11 @@ |
| "express-flash": "0.0.2", | ||
| "express-session": "^1.17.1", | ||
| "fs": "0.0.1-security", | ||
| "helmet": "^3.23.3", | ||
| "morgan": "^1.10.0", | ||
| "mysql": "^2.18.1", | ||
| "nodemon": "^2.0.4", | ||
| "passport": "0.3.2", | ||
| "passport-saml": "^1.3.4", | ||
| "pug": "^2.0.4" | ||
| }, | ||
| "engines": { | ||
| ... | ... |
Please register or sign in to comment