finalize initial development
Showing
+2951 -816
config/cert/cert.pem
0 → 100644
config/cert/cert_idp.pem
0 → 100644
config/cert/key.pem
0 → 100644
This diff is collapsed.
{ | { | ||
"name": "project-page", | "name": "passport-saml-example", | ||
"version": "1.0.0", | "version": "0.0.1", | ||
"description": "To manage Projects' CRUD", | "description": "Example for PassportJS SAML strategy", | ||
"main": "app.js", | "author": { | ||
"scripts": { | "name": "Gerard Braad", | ||
"test": "echo \"Error: no test specified\" && exit 1" | "email": "me@gbraad.nl", | ||
"url": "http://gbraad.nl" | |||
}, | }, | ||
"contributors": [ | |||
{ | |||
"name": "Christian Kuster", | |||
"email": "git@kusti.ch" | |||
} | |||
], | |||
"keywords": [ | |||
"saml", | |||
"sso" | |||
], | |||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/project-page.git" | "url": "https://github.com/gbraad/passport-saml-example.git" | ||
}, | |||
"scripts": { | |||
"start": "nodemon app.js", | |||
"test": "" | |||
}, | }, | ||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | "dependencies": { | ||
"async": "^3.2.0", | "body-parser": "1.15.1", | ||
"body-parser": "^1.19.0", | "cookie-parser": "1.4.3", | ||
"cookie-parser": "^1.4.5", | "errorhandler": "1.4.3", | ||
"express": "^4.17.1", | "express": "4.13.4", | ||
"express-fileupload": "^1.1.7-alpha.1", | "express-fileupload": "^1.1.7-alpha.2", | ||
"express-flash": "0.0.2", | "express-flash": "0.0.2", | ||
"express-session": "^1.17.0", | "express-session": "1.13.0", | ||
"morgan": "^1.10.0", | "fs": "0.0.1-security", | ||
"morgan": "1.7.0", | |||
"mysql": "^2.18.1", | "mysql": "^2.18.1", | ||
"nodemon": "^2.0.2", | "nodemon": "1.9.2", | ||
"passport": "^0.4.1", | "passport": "0.3.2", | ||
"path": "^0.12.7", | "passport-saml": "0.15.0", | ||
"pug": "^2.0.4" | "pug": "^2.0.4" | ||
} | }, | ||
"engines": { | |||
"node": ">= 4.0.0" | |||
}, | |||
"license": "MIT" | |||
} | } |
Please register or sign in to comment