bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
28 lines (27 loc) • 600 B
JSON
{
"name": "owasp-password-strength-test",
"main": "owasp-password-strength-test.js",
"version": "1.3.0",
"homepage": "https://github.com/nowsecure/owasp-password-strength-test",
"authors": [
"Chris Lane <chris@chris-allen-lane.com>"
],
"description": "A password-strength tester based off of the OWASP Guidelines for enforcing secure passwords.",
"moduleType": [
"globals",
"node"
],
"keywords": [
"security",
"password",
"owasp"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}