| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "bootstrapValidator",
- "version": "0.4.0-dev",
- "description": "A jQuery plugin to validate form fields. Use with Bootstrap 3",
- "keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
- "author": {
- "name": "Nguyen Huu Phuoc",
- "email": "phuoc@huuphuoc.me",
- "url": "https://twitter.com/nghuuphuoc"
- },
- "homepage": "http://bootstrapvalidator.com",
- "bugs": {
- "url": "https://github.com/nghuuphuoc/bootstrapvalidator/issues",
- "email": "phuoc@huuphuoc.me"
- },
- "license": "MIT",
- "main": "./dist/js/bootstrapValidator.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/nghuuphuoc/bootstrapvalidator.git"
- },
- "devDependencies": {
- "grunt": "~0.4.2",
- "grunt-contrib-concat": "~0.3.0",
- "grunt-contrib-copy": "~0.5.0",
- "grunt-contrib-cssmin": "~0.9.0",
- "grunt-contrib-uglify": "~0.4.0",
- "grunt-contrib-watch": "~0.5.3"
- }
- }
|