UNPKG

passwdrc

Version:
30 lines (29 loc) 646 B
{ "name": "passwdrc", "version": "0.9.9-alpha3", "description": "Password Strength Tester", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/Soldy/passwordrc.git" }, "keywords": [ "password", "strenght", "check", "owasp", "test" ], "author": "Soldy <4786022+Soldy@users.noreply.github.com>", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/Soldy/passwordrc/issues" }, "homepage": "https://github.com/Soldy/passwordrc#readme", "devDependencies": { "nanoTest": "^0.9.9-beta17c" } }