|
@@ -1,17 +1,30 @@
|
|
|
{
|
|
{
|
|
|
- "name": "bootstrapValidator",
|
|
|
|
|
- "author": {
|
|
|
|
|
- "name": "Nguyen Huu Phuoc <phuoc@huuphuoc.me>",
|
|
|
|
|
- "url": "https://twitter.com/nghuuphuoc"
|
|
|
|
|
- },
|
|
|
|
|
- "homepage": "http://github.com/nghuuphuoc/bootstrapvalidator",
|
|
|
|
|
- "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"
|
|
|
|
|
- },
|
|
|
|
|
- "version": "0.3.1-dev"
|
|
|
|
|
|
|
+ "name": "bootstrapValidator",
|
|
|
|
|
+ "version": "0.3.1-dev",
|
|
|
|
|
+ "description": "A jQuery plugin to validate form fields. Use with Bootstrap 3",
|
|
|
|
|
+ "keywords": ["jQuery", "plugin", "validator", "Bootstrap"],
|
|
|
|
|
+ "author": {
|
|
|
|
|
+ "name": "Nguyen Huu Phuoc",
|
|
|
|
|
+ "email": "phuoc@huuphuoc.me",
|
|
|
|
|
+ "url": "https://twitter.com/nghuuphuoc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "homepage": "https://github.com/nghuuphuoc/bootstrapvalidator",
|
|
|
|
|
+ "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"
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|