{ "name": "jquery-validation", "title": "jQuery Validation Plugin", "description": "Client-side form validation made easy", "version": "1.15.0", "homepage": "http://jqueryvalidation.org/", "license": "MIT", "author": { "name": "Jörn Zaefferer", "email": "joern.zaefferer@gmail.com", "url": "http://bassistance.de" }, "repository": { "type": "git", "url": "git://github.com/jzaefferer/jquery-validation.git" }, "bugs": { "url": "https://github.com/jzaefferer/jquery-validation/issues" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "scripts": { "test": "grunt", "prepublish": "grunt" }, "files": [ "dist/localization/", "dist/additional-methods.js", "dist/jquery.validate.js" ], "main": "dist/jquery.validate.js", "dependencies": {}, "devDependencies": { "commitplease": "^2.2.3", "grunt": "^0.4.4", "grunt-contrib-compress": "^0.7", "grunt-contrib-concat": "^0.3", "grunt-contrib-copy": "^0.5", "grunt-contrib-jshint": "^0.11.3", "grunt-contrib-qunit": "^0.4", "grunt-contrib-uglify": "^0.4", "grunt-contrib-watch": "^0.6", "grunt-jscs": "^2.2", "grunt-text-replace": "^0.3.11" }, "keywords": [ "jquery", "jquery-plugin", "forms", "validation", "validate" ] }