node-red-contrib-bcrypt
Version:
Bcrypt.js for node-red
30 lines (29 loc) • 584 B
JSON
{
"name": "node-red-contrib-bcrypt",
"version": "0.1.6",
"description": "Bcrypt.js for node-red",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Wesley Stam <wstam88@gmail.com>",
"keywords": [
"node-red",
"bcrypt",
"bcryptjs",
"password",
"hashing"
],
"repository": {
"type": "git",
"url": "https://github.com/wstam88/node-red-contrib-bcrypt.git"
},
"license": "ISC",
"node-red": {
"nodes": {
"bcrypt": "bcrypt/bcrypt.js"
}
},
"dependencies": {
"bcryptjs": "^2.4.3"
}
}