forked from stevenmills/bootstrapvalidator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbootstrapValidator.jquery.json
More file actions
27 lines (27 loc) · 917 Bytes
/
bootstrapValidator.jquery.json
File metadata and controls
27 lines (27 loc) · 917 Bytes
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
{
"name": "bootstrapValidator",
"version": "0.5.1",
"title": "BootstrapValidator",
"author": {
"name": "Nguyen Huu Phuoc",
"email": "phuoc@huuphuoc.me",
"url": "https://twitter.com/nghuuphuoc"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.html"
}
],
"dependencies": {
"jquery": ">= 1.9.0",
"bootstrap": ">= 3.0.0"
},
"description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
"keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
"homepage": "http://bootstrapvalidator.com",
"bugs": "https://github.com/nghuuphuoc/bootstrapvalidator/issues",
"maintainers": [
{ "name": "Nguyen Huu Phuoc", "email": "phuoc@huuphuoc.me", "url": "https://twitter.com/nghuuphuoc" }
]
}