bcryption
Version:
Bcryption is a simple digital encription algorithm, is stable for javascript
29 lines • 719 B
JSON
{
"name": "bcryption",
"version": "1.0.1",
"description": "Bcryption is a simple digital encription algorithm, is stable for javascript",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hailemelekotmelakie/Bicrypt-npm.git"
},
"keywords": [
"encription",
"verify",
"verify-password",
"encript-password",
"password-encription",
"bicrypt",
"bcrypt",
"bcryption"
],
"author": "Hailemelekot Melakie",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hailemelekotmelakie/Bicrypt-npm/issues"
},
"homepage": "https://github.com/Hailemelekotmelakie/Bicrypt-npm#readme"
}