Merge branch 'MLAB-383' into 'testing'
Mlab 383 See merge request !70
classes/project.js
0 → 100644
classes/repo.js
0 → 100644
classes/user.js
0 → 100644
classes/website.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -17,10 +17,11 @@ |
}, | ||
"scripts": { | ||
"start": "nodemon app.js", | ||
"test": "" | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"async": "^3.1.0", | ||
"axios": "^0.21.1", | ||
"bcryptjs": "^2.4.3", | ||
"body-parser": "^1.19.0", | ||
"compression": "^1.7.4", | ||
... | ... | @@ -29,19 +30,20 @@ |
"errorhandler": "1.4.3", | ||
"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", | ||
"helmet": "^3.23.3", | ||
"i18n": "^0.8.5", | ||
"jest": "^26.6.3", | ||
"morgan": "^1.9.1", | ||
"mysql": "^2.17.1", | ||
"nodemailer": "^6.3.1", | ||
"nodemon": "^2.0.1", | ||
"passport": "0.3.2", | ||
"passport-saml": "^1.4.2", | ||
"pug": "^2.0.4", | ||
"superagent": "^6.1.0" | ||
"pug": "^3.0.2" | ||
}, | ||
"devDependencies": {}, | ||
"engines": { | ||
... | ... |
routes/gitlab.js
0 → 100644
Please register or sign in to comment