phuoc 11 years ago
parent
commit
fdea10c261
1 changed files with 27 additions and 0 deletions
  1. 27 0
      bootstrapValidator.jquery.json

+ 27 - 0
bootstrapValidator.jquery.json

@@ -0,0 +1,27 @@
+{
+    "name": "bootstrapValidator",
+    "version": "0.4.1-dev",
+    "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" }
+    ]
+}