bcrypt package

pull/1/head
sundowndev 2018-11-12 18:20:11 +01:00
parent 1b7da6d9b2
commit 634d75fbe5
2 changed files with 7 additions and 1 deletions

5
package-lock.json generated
View File

@ -88,6 +88,11 @@
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
"dev": true
},
"bcrypt-nodejs": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/bcrypt-nodejs/-/bcrypt-nodejs-0.0.3.tgz",
"integrity": "sha1-xgkX8m3CNWYVZsaBBhwwPCsohCs="
},
"bluebird": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz",

View File

@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"mongoose": "^5.3.11"