diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-25 01:22:37 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-25 01:22:37 -0500 |
| commit | 6ee6c97b039d373c8580b8a5c90148799fbfd97a (patch) | |
| tree | e89e745e386cccfc344ab764eb2c626440e5582d /package.json | |
| parent | a160304a54ee0219f48faee8a7402503f2160902 (diff) | |
password email preliminary pass
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 4371df90d..931b5ac56 100644 --- a/package.json +++ b/package.json @@ -74,6 +74,7 @@ "connect-flash": "^0.1.1", "connect-mongo": "^2.0.3", "cookie-parser": "^1.4.4", + "crypto-browserify": "^3.11.0", "express": "^4.16.4", "express-flash": "0.0.2", "express-session": "^1.15.6", @@ -116,6 +117,7 @@ "socket.io": "^2.2.0", "socket.io-client": "^2.2.0", "url-loader": "^1.1.2", - "uuid": "^3.3.2" + "uuid": "^3.3.2", + "xoauth2": "^1.2.0" } } |
