|
|
@@ -1,17 +1,17 @@
|
|
|
{
|
|
|
"name": "bootstrapValidator",
|
|
|
"description": "A jQuery plugin to validate form fields. Use with Bootstrap 3",
|
|
|
- "version": "0.3.0",
|
|
|
+ "version": "0.4.0-dev",
|
|
|
"main": [
|
|
|
"dist/css/bootstrapValidator.css",
|
|
|
"dist/js/bootstrapValidator.js"
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
- "keywords": ["jQuery", "plugin", "validator", "Bootstrap"],
|
|
|
+ "keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
|
|
|
"authors": [
|
|
|
{ "name": "Nguyen Huu Phuoc", "email": "phuoc@huuphuoc.me"," homepage": "https://twitter.com/nghuuphuoc" }
|
|
|
],
|
|
|
- "homepage": "https://github.com/nghuuphuoc/bootstrapvalidator",
|
|
|
+ "homepage": "http://bootstrapvalidator.com",
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/nghuuphuoc/bootstrapvalidator.git"
|