Chapter 9: add hasing-with-bcrypt samples

This commit is contained in:
Beth Griggs
2020-11-13 00:26:12 +00:00
parent 30334e5ae2
commit e3202cc0f4
4 changed files with 525 additions and 0 deletions
@@ -0,0 +1,15 @@
{
"name": "hashing-with-bcrypt",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0"
}
}