forked from stevenmills/bootstrapvalidator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0483b2f
commit fdea10c
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "bootstrapValidator", | ||
"version": "0.4.1-dev", | ||
"title": "BootstrapValidator", | ||
"author": { | ||
"name": "Nguyen Huu Phuoc", | ||
"email": "[email protected]", | ||
"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": "[email protected]", "url": "https://twitter.com/nghuuphuoc" } | ||
] | ||
} |