forked from stevenmills/bootstrapvalidator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbootstrapValidator.jquery.json
37 lines (37 loc) · 991 Bytes
/
bootstrapValidator.jquery.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
{
"name": "bootstrapValidator",
"version": "0.6.0-dev",
"title": "BootstrapValidator",
"author": {
"name": "Nguyen Huu Phuoc",
"email": "[email protected]",
"url": "https://twitter.com/nghuuphuoc"
},
"licenses": [
{
"url": "http://bootstrapvalidator.com/license/"
}
],
"dependencies": {
"jquery": ">= 1.9.1",
"bootstrap": ">= 3.0.0"
},
"description": "The best jQuery plugin to validate form fields. Support Bootstrap, Foundation frameworks",
"keywords": [
"jQuery",
"plugin",
"validate",
"validator",
"form",
"Bootstrap"
],
"homepage": "http://bootstrapvalidator.com",
"bugs": "https://github.com/nghuuphuoc/bootstrapvalidator/issues",
"maintainers": [
{
"name": "Nguyen Huu Phuoc",
"email": "[email protected]",
"url": "https://twitter.com/nghuuphuoc"
}
]
}