aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPitu <[email protected]>2017-01-29 04:19:30 -0300
committerPitu <[email protected]>2017-01-29 04:19:30 -0300
commitc242bf77571be3bf2e795ba2749cf19b14fedb4a (patch)
tree971a0056233e8b3c9c4e4555aba1a9b9f3b5bd2b
parentAdded auth route (diff)
downloadhost.fuwn.me-c242bf77571be3bf2e795ba2749cf19b14fedb4a.tar.xz
host.fuwn.me-c242bf77571be3bf2e795ba2749cf19b14fedb4a.zip
Included bcrypt on package.json
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index e401c0e..8c1aa36 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
},
"license": "MIT",
"dependencies": {
+ "bcrypt": "^1.0.2",
"body-parser": "^1.16.0",
"express": "^4.14.0",
"gm": "^1.23.0",