@@ -1,13 +1,18 @@
{
"name": "bootstrapValidator",
- "version": "0.4.0",
+ "version": "0.4.1-dev",
"title": "BootstrapValidator",
"author": {
"name": "Nguyen Huu Phuoc",
"email": "phuoc@huuphuoc.me",
"url": "https://twitter.com/nghuuphuoc"
},
- "license": "MIT",
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "http://opensource.org/licenses/mit-license.html"
+ }
+ ],
"dependencies": {
"jquery": ">= 1.9.0",
"bootstrap": ">= 3.0.0"
@@ -1,7 +1,7 @@
"description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
"main": [
"dist/css/bootstrapValidator.css",
"dist/js/bootstrapValidator.js"
@@ -1,6 +1,6 @@
"keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],