first commit
This commit is contained in:
33
WebRoot/node_modules/bootstrapvalidator/bower.json
generated
vendored
Normal file
33
WebRoot/node_modules/bootstrapvalidator/bower.json
generated
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "bootstrapvalidator",
|
||||
"description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
|
||||
"version": "0.5.3",
|
||||
"ignore": [
|
||||
"demo",
|
||||
"screenshots",
|
||||
"test",
|
||||
"vendor",
|
||||
"*.md",
|
||||
"bootstrapValidator.jquery.json",
|
||||
"Gruntfile.js",
|
||||
"package.json"
|
||||
],
|
||||
"main": [
|
||||
"dist/css/bootstrapValidator.css",
|
||||
"dist/js/bootstrapValidator.js"
|
||||
],
|
||||
"license": "http://bootstrapvalidator.com/license/",
|
||||
"keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
|
||||
"authors": [
|
||||
{ "name": "Nguyen Huu Phuoc", "email": "phuoc@huuphuoc.me"," homepage": "https://twitter.com/nghuuphuoc" }
|
||||
],
|
||||
"homepage": "http://bootstrapvalidator.com",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nghuuphuoc/bootstrapvalidator.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": ">= 1.9.1",
|
||||
"bootstrap": ">= 3.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user