yavsc/src/Yavsc.Web/wwwroot/lib/jquery-validation/package.json

63 lines
1.4 KiB
JSON
Raw Normal View History

2016-06-12 01:32:51 +02:00
{
"name": "jquery-validation",
"title": "jQuery Validation Plugin",
"description": "Client-side form validation made easy",
2025-06-13 15:22:02 +01:00
"version": "1.21.0",
"homepage": "https://jqueryvalidation.org/",
2016-06-12 01:32:51 +02:00
"license": "MIT",
"author": {
"name": "Jörn Zaefferer",
"email": "joern.zaefferer@gmail.com",
"url": "http://bassistance.de"
},
"repository": {
"type": "git",
2025-06-13 15:22:02 +01:00
"url": "git://github.com/jquery-validation/jquery-validation.git"
2016-06-12 01:32:51 +02:00
},
"bugs": {
2025-06-13 15:22:02 +01:00
"url": "https://github.com/jquery-validation/jquery-validation/issues"
2016-06-12 01:32:51 +02:00
},
"licenses": [
{
"type": "MIT",
2025-06-13 15:22:02 +01:00
"url": "https://www.opensource.org/licenses/MIT"
2016-06-12 01:32:51 +02:00
}
],
"scripts": {
"test": "grunt",
"prepublish": "grunt"
},
"files": [
"dist/localization/",
"dist/additional-methods.js",
2025-06-13 15:22:02 +01:00
"dist/additional-methods.min.js",
"dist/jquery.validate.js",
"dist/jquery.validate.min.js"
2016-06-12 01:32:51 +02:00
],
"main": "dist/jquery.validate.js",
2025-06-13 15:22:02 +01:00
"peerDependencies": {
"jquery": "^1.7 || ^2.0 || ^3.1"
},
2016-06-12 01:32:51 +02:00
"devDependencies": {
2025-06-13 15:22:02 +01:00
"commitplease": "2.3.1",
"grunt": "1.0.1",
"grunt-contrib-compress": "1.2.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-qunit": "10.0.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-jscs": "2.8.0",
"grunt-sri": "0.2.0",
"grunt-text-replace": "0.4.0",
"qunitjs": "2.3.3"
2016-06-12 01:32:51 +02:00
},
"keywords": [
"jquery",
"jquery-plugin",
"forms",
"validation",
"validate"
]
}