ghostbar/angular-zxcvbn

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "angular-zxcvbn",
  "version": "3.2.2",
  "description": "Angular directive for the library zxcvbn",
  "main": "dist/angular-zxcvbn.js",
  "scripts": {
    "test": "grunt test"
  },
  "keywords": [
    "angular",
    "zxcvbn",
    "directive"
  ],
  "contributors": [
    "Jose Luis Rivas <me@ghostbar.co>",
    "James Clark <james.clark92@hotmail.co.uk>",
    "Giovanni Pellerano <giovanni.pellerano@evilaliv3.org>"
  ],
  "license": "MIT",
  "homepage": "https://github.com/ghostbar/angular-zxcvbn",
  "repository": {
    "type": "git",
    "url": "https://github.com/ghostbar/angular-zxcvbn"
  },
  "bugs": {
    "url": "https://github.com/ghostbar/angular-zxcvbn/issues"
  },
  "devDependencies": {
    "del": "2.2.0",
    "gulp": "3.9.1",
    "gulp-concat": "2.6.0",
    "gulp-jshint": "2.0.0",
    "gulp-rename": "1.2.2",
    "gulp-uglify": "1.5.3",
    "jasmine": "2.4.1",
    "jshint": "^2.8.0",
    "karma": "0.13.22",
    "karma-cli": "0.1.2",
    "karma-coverage": "0.5.5",
    "karma-jasmine": "0.3.7",
    "karma-firefox-launcher": "0.1.7",
    "karma-sauce-launcher": "0.3.1",
    "run-sequence": "^1.1.5"
  }
}