| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "bootstrapValidator",
- "version": "0.5.1",
- "description": "The best jQuery plugin to validate form fields. Designed to 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": "latest",
- "grunt-contrib-concat": "latest",
- "grunt-contrib-copy": "latest",
- "grunt-contrib-cssmin": "latest",
- "grunt-contrib-jshint": "latest",
- "grunt-contrib-uglify": "latest",
- "grunt-contrib-watch": "latest"
- }
- }
|