common-password-checker
Version:
Checks if given password is popular.
31 lines (30 loc) • 754 B
JSON
{
"name": "common-password-checker",
"version": "0.1.0",
"description": "Checks if given password is popular.",
"main": "./lib/common-password.js",
"scripts": {
"postinstall": "node ./lib/generate-json.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tiphedor/common-password-checker"
},
"keywords": [
"password",
"security"
],
"author": {
"name": "Martin STEFFEN",
"email": "mail@tiph.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tiphedor/common-password-checker/issues"
},
"homepage": "https://github.com/tiphedor/common-password-checker",
"dependencies": {
"buffer-crc32": "^0.2.13"
}
}