diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-21 06:24:24 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-21 06:24:24 +0000 |
| commit | 2549ee68e435b77e7e07d3ea95363268cbfe9164 (patch) | |
| tree | 8f48f6447a4377f1bc15ae7d73dbab3337044720 /package.json | |
| parent | d694c1a73f77def42c17b58027f046bf9e1af809 (diff) | |
Added other dependencies for authentication, made minor adjustments to index.js, added templating for exams, will remove dependencie modules later, keep for now
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 6a63d65..8932e0c 100644 --- a/package.json +++ b/package.json @@ -19,13 +19,17 @@ "homepage": "https://github.com/HumairAK/solutions_repo#readme", "dependencies": { "body-parser": "^1.15.2", + "connect-flash": "^0.1.1", "cookie-parser": "^1.4.3", + "csurf": "^1.9.0", "debug": "^2.2.0", "express": "^4.14.0", "express-handlebars": "^3.0.0", + "express-session": "^1.14.0", "mongo-factory": "^1.0.0", "mongodb": "^2.2.2", "object-assign": "^4.1.0", + "passport": "^0.3.2", "sanitizer": "^0.1.3" } } |
