diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-25 03:14:34 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-25 03:14:34 +0000 |
| commit | 34f553940cd5e9fba5ca6062333f42ba741b700a (patch) | |
| tree | d806ac66b323e688dcf09ba78a197ab41b4bcb5a /package.json | |
| parent | 482401fa5777b910b099f96b0abdadf1d4cfa54c (diff) | |
Fixed /send_message error/success message show up.
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 8380a3f..6b102af 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,11 @@ "debug": "^2.2.0", "express": "^4.14.0", "express-handlebars": "^3.0.0", + "express-messages": "^1.0.1", "express-session": "^1.14.0", "express-validator": "^2.20.8", + "jquery": "^3.1.0", + "jsdom": "^3.1.2", "mongo-factory": "^1.0.0", "mongodb": "^2.2.2", "object-assign": "^4.1.0", |
