{
  "name": "owasp-password-strength-test-pt-br",
  "version": "1.3.2",
  "description": "Um testador de força de senha baseado em Diretrizes OWASP para imposição de senhas seguras.",
  "main": "owasp-password-strength-test.js",
  "devDependencies": {
    "jshint": "2.6.3",
    "mocha": "2.2.4",
    "should": "3.1.2"
  },
  "jshintConfig": {
    "expr": true,
    "laxbreak": true
   },
  "scripts": {
    "test": "mocha --recursive --reporter spec test.js",
    "lint": "jshint *.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jeancarlosdanese/owasp-password-strength-test-pt-BR.git"
  },
  "keywords": [
    "security",
    "password",
    "owasp"
  ],
  "author": "Chris Allen Lane",
  "license": "MIT"
}
