summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2019-11-20 15:01:33 +0100
committerTom Smeding <tom.smeding@gmail.com>2019-11-20 15:01:59 +0100
commitc77d725864de5908bc0ad9ce98ec8be29311838a (patch)
tree02faf116578d0d92d1ff8c4c2684330180a34634 /package.json
parented6252563d642978af10cd363de5113e0006f19f (diff)
Bcrypt -> Scrypt
The bcrypt module doesn't support the newest Node, so let's use the built-in routines!
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1fa5b1f..c6d7d65 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,6 @@
"main": "webserver.js",
"dependencies": {
"basic-auth": "^2.0.1",
- "bcrypt": "^3.0.3",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"express-subdomain": "^1.0.5",