{
  "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"
  ]
}
