drupal-civicrm/sites/all/modules/civicrm/bower_components/jquery-validation/package.json
2018-01-14 13:10:16 +00:00

48 lines
1 KiB
JSON

{
"name": "jquery-validation",
"title": "jQuery Validation Plugin",
"description": "Form validation made easy",
"version": "1.13.1",
"homepage": "http://jqueryvalidation.org/",
"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"
},
"dependencies": {},
"devDependencies": {
"commitplease": "1.11.0",
"grunt": "0.4.4",
"grunt-contrib-compress": "0.7.0",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": "0.4.0",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-watch": "0.6.0",
"grunt-jscs": "^0.6.1",
"grunt-text-replace": "0.3.11"
},
"keywords": [
"forms",
"validation",
"validate"
]
}