| 1234567891011121314151617181920212223 |
- {
- "name": "bootstrapValidator",
- "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
- "version": "0.5.1-dev",
- "main": [
- "dist/css/bootstrapValidator.css",
- "dist/js/bootstrapValidator.js"
- ],
- "license": "MIT",
- "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.0",
- "bootstrap": ">= 3.0.0"
- }
- }
|