TheSharpieOne/angular-input-match

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "angular-validation-match",
  "version": "1.9.0",
  "homepage": "https://github.com/TheSharpieOne/angular-validation-match",
  "description": "Checks if one input matches another",
  "main": "./index.js",
  "scripts": {
    "test": "gulp test",
    "build": "gulp build"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/TheSharpieOne/angular-validation-match"
  },
  "keywords": [
    "Angular",
    "input",
    "form",
    "confirmation",
    "match",
    "validation"
  ],
  "author": [
    "TheSharpieOne <evan@lostonia.com>"
  ],
  "maintainers": [
    {
      "name": "TheSharpieOne",
      "web": "https://github.com/TheSharpieOne"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "angular": ">=1.3.0 <2.0.0"
  },
  "devDependencies": {
    "angular-mocks": ">=1.3.0 <2.0.0",
    "chai": "^3.4.1",
    "dirty-chai": "1.2.2",
    "gulp": "^3.9.0",
    "gulp-bump": "^1.0.0",
    "gulp-karma": "0.0.5",
    "gulp-ng-annotate": "^1.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-sequence": "^0.4.1",
    "gulp-uglify": "^1.5.1",
    "gulp-wrap": "^0.11.0",
    "karma": "^0.13.15",
    "karma-chrome-launcher": "^0.2.2",
    "karma-firefox-launcher": "^0.1.0",
    "karma-mocha": "^0.2.1",
    "karma-phantomjs-launcher": "^1.0.0",
    "mocha": "^2.3.4",
    "phantomjs-prebuilt": "^2.1.7",
    "sinon": "^1.16.1",
    "sinon-chai": "^2.8.0"
  }
}