{ "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": "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", "express": "^4.17.1", "express-fileupload": "^1.1.6", "express-flash-2": "^1.0.1", "express-session": "^1.17.0", "form-data": "^3.0.0", "fs": "0.0.1-security", "helmet": "^3.23.3", "i18n": "^0.8.5", "jest": "^26.6.3", "method-override": "^3.0.0", "morgan": "^1.9.1", "mysql": "^2.17.1", "mysql2": "^2.2.5", "nodemailer": "^6.3.1", "passport": "0.3.2", "passport-saml": "^2.1.0", "pug": "^3.0.2" }, "devDependencies": { "nodemon": "^2.0.1" }, "engines": { "node": ">= 4.0.0" }, "license": "MIT" }