diff options
| author | madelinegr <laura_wilson@brown.edu> | 2019-02-14 02:47:28 -0500 |
|---|---|---|
| committer | madelinegr <laura_wilson@brown.edu> | 2019-02-14 02:47:28 -0500 |
| commit | ddd503f21dc4b3368d80b4be475817cd9a13fcd1 (patch) | |
| tree | 5a235f3405fb3c5e1c7bb9db852ef73ddbfb2b75 /package.json | |
| parent | ff25c29c6801b1858ce6cd15a5735dba1fc67e8c (diff) | |
getting there?
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 1342fe62e..3a245cfd0 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.14", "@types/bcrypt-nodejs": "0.0.30", + "@types/bluebird": "^3.5.25", "@types/body-parser": "^1.17.0", "@types/express": "^4.16.1", "@types/express-flash": "0.0.0", @@ -63,7 +64,9 @@ "@types/uuid": "^3.4.4", "@types/webpack": "^4.4.24", "bcrypt-nodejs": "0.0.3", + "bluebird": "^3.5.3", "body-parser": "^1.18.3", + "connect-mongo": "^2.0.3", "express": "^4.16.4", "express-flash": "0.0.2", "express-session": "^1.15.6", |
