{
  "name": "angular-zxcvbn",
  "version": "2.0.0",
  "authors": [
    "Jose Luis Rivas <me@ghostbar.co>"
  ],
  "description": "Angular Directive for the zxcvbn library",
  "main": "angular-zxcvbn.js",
  "keywords": [
    "angular",
    "directive",
    "zxcvbn"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test.js",
    "tests",
    "example",
    "package.json"
  ],
  "devDependencies": {
    "angular-mocks": "~1.2.18"
  },
  "dependencies": {
    "zxcvbn": "*",
    "angular": "~1.2.18"
  },
  "homepage": "https://github.com/ghostbar/angular-zxcbn",
  "_release": "2.0.0",
  "_resolution": {
    "type": "version",
    "tag": "v2.0.0",
    "commit": "a8b055195f689a0a57d53ff8da78f0e2019fdadf"
  },
  "_source": "https://github.com/ghostbar/angular-zxcbn.git",
  "_target": "~2.0.0",
  "_originalSource": "angular-zxcvbn"
}