From c242bf77571be3bf2e795ba2749cf19b14fedb4a Mon Sep 17 00:00:00 2001 From: Pitu Date: Sun, 29 Jan 2017 04:19:30 -0300 Subject: [PATCH] Included bcrypt on package.json --- package.json | 1 + 1 file changed, 1 insertion(+) 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",