{
  "name": "owasp-password-strength-test",
  "version": "1.1.1",
  "description": "A password-strength tester based upon the OWASP guidelines for enforcing strong passwords.",
  "main": "owasp-password-strength-test.js",
  "devDependencies": {
    "coffee-script": "1.7.1",
    "grunt-contrib-jshint": "0.8.0",
    "grunt-mocha-test": "0.9.0",
    "should": "3.1.2"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/viaforensics/owasp-password-strength-test.git"
  },
  "keywords": [
    "security",
    "password",
    "owasp"
  ],
  "author": "Chris Allen Lane",
  "license": "MIT"
}
