diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-18 10:49:16 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-18 10:49:16 +0000 |
| commit | c1ce89359a7b54ec97b54ce577e5534c180c5c4b (patch) | |
| tree | 39f8333533131fc0b0efba99a0517e11a63706ce /package.json | |
| parent | 0a47900db45ce82d10ad09a6aee85e1ba68a9063 (diff) | |
Various fixes, see changelog for details.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index d1b4fc5..9a00b50 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,10 @@ "homepage": "https://github.com/HumairAK/solutions_repo#readme", "dependencies": { "body-parser": "^1.15.2", + "cookie-parser": "^1.4.3", + "debug": "^2.2.0", "express": "^4.14.0", + "express-handlebars": "^3.0.0", "mongo-factory": "^1.0.0", "mongodb": "^2.2.2", "object-assign": "^4.1.0" |
