diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-25 01:26:49 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-25 01:26:49 -0500 |
| commit | db7aa80be56e2d91acf224013b24ab73385f836c (patch) | |
| tree | 1078d9f2766cdb21adbe2f931c83ed3af8db8cfc /package.json | |
| parent | 80a2f5540af2aae49685de09a2b94f216f10f0d7 (diff) | |
| parent | 0bce0c3388d46eff65cad64dd545bd9060178cfe (diff) | |
Merge branch 'authentication' of github-tsch-brown:browngraphicslab/Dash-Web into authentication
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 299f040c4..3e77ecbee 100644 --- a/package.json +++ b/package.json @@ -76,6 +76,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", @@ -121,6 +122,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" } } |
