-
Rosanny Sihombing authored3fb7744f
This project manages its dependencies using npm.
Learn more
{
"name": "m4lab-user-account",
"version": "0.0.1",
"description": "M4_LAB User Account",
"author": {
"name": "Rosanny Sihombing",
"email": "rosanny.sihombing@hft-stuttgart.de",
"url": "/"
},
"keywords": [
"m4_lab",
"account"
],
"repository": {
"type": "git",
"url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/user-account.git"
},
"scripts": {
"start": "nodemon app.js",
"test": ""
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "1.4.3",
"errorhandler": "1.4.3",
"express-fileupload": "^1.1.6",
"express-flash": "0.0.2",
"express-session": "^1.17.0",
"fs": "0.0.1-security",
"nodemailer": "^6.3.1",
"passport-saml": "^1.2.0",
},
"devDependencies": {},
"engines": {
"node": ">= 4.0.0"
},
"license": "MIT"
}