You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
757 B
30 lines
757 B
{
|
|
"name": "jquery-validation-unobtrusive",
|
|
"version": "3.2.2",
|
|
"homepage": "http://www.asp.net",
|
|
"description": "jQuery plugin that unobtrusively sets up jquery-validation",
|
|
"main": [
|
|
"jquery.validate.unobtrusive.js",
|
|
"jquery.validate.unobtrusive.min.js"
|
|
],
|
|
"ignore": "",
|
|
"keywords": [
|
|
"jquery",
|
|
"asp.net",
|
|
"mvc",
|
|
"validation",
|
|
"unobtrusive"
|
|
],
|
|
"authors": [
|
|
"Microsoft"
|
|
],
|
|
"license": "http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/Mvc.git"
|
|
},
|
|
"dependencies": {
|
|
"jquery-validation": ">=1.8",
|
|
"jquery": ">=1.8"
|
|
}
|
|
}
|
|
|