-
Notifications
You must be signed in to change notification settings - Fork 42
/
bower.json
38 lines (38 loc) · 906 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "angular-validation-match",
"version": "1.9.0",
"homepage": "https://github.com/TheSharpieOne/angular-validation-match",
"authors": [
"TheSharpieOne <[email protected]>"
],
"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"
}
}