TheSharpieOne/angular-validation-match

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
    "name": "angular-validation-match",
    "version": "1.9.0",
    "homepage": "https://github.com/TheSharpieOne/angular-validation-match",
    "authors": [
        "TheSharpieOne  <evan@lostonia.com>"
    ],
    "description": "Checks if one input matches another",
    "main": "dist/angular-validation-match.min.js",
    "keywords": [
        "Angular",
        "input",
        "form",
        "confirmation",
        "match",
        "validation"
    ],
    "repository": {
        "type": "git",
        "url": "git://github.com/TheSharpieOne/angular-validation-match"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "http://www.opensource.org/licenses/MIT"
        }
    ],
    "ignore": [
        "**/.*",
        "node_modules",
        "bower_components",
        "test",
        "tests"
    ],
    "dependencies": {
        "angular": ">=1.3.0 <2.0.0"
    }
}