password-handler
Version:
Check password strength and generate strong password
17 lines (16 loc) • 375 B
JSON
{
"name": "password-handler",
"version": "1.0.1",
"description": "Check password strength and generate strong password",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Password",
"Strength",
"Generator"
],
"author": "Tosmim",
"license": "MIT"
}