File tree Expand file tree Collapse file tree 2 files changed +34
-8
lines changed Expand file tree Collapse file tree 2 files changed +34
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " jquery-validation-unobtrusive" ,
3- "version" : " 3.2.4 " ,
3+ "version" : " 3.2.5 " ,
44 "homepage" : " https://github.com/aspnet/jquery-validation-unobtrusive" ,
55 "description" : " Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes." ,
66 "main" : [
Original file line number Diff line number Diff line change 11{
2- "name" : " ASP.NET" ,
3- "version" : " 0.0.0" ,
4- "devDependencies" : {
5- "gulp" : " 3.8.11" ,
6- "gulp-rename" : " 1.2.2" ,
7- "gulp-uglify" : " 1.2.0"
8- }
2+ "name" : " jquery-validation-unobtrusive" ,
3+ "version" : " 3.2.5" ,
4+ "homepage" : " https://github.com/aspnet/jquery-validation-unobtrusive" ,
5+ "description" : " Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes." ,
6+ "main" : " jquery.validate.unobtrusive.js" ,
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" : " git://github.com/aspnet/jquery-validation-unobtrusive.git"
10+ },
11+ "keywords" : [
12+ " jquery" ,
13+ " asp.net" ,
14+ " mvc" ,
15+ " validation" ,
16+ " unobtrusive"
17+ ],
18+ "author" : {
19+ "name" : " Microsoft"
20+ },
21+ "license" : " http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm" ,
22+ "readme" : " The jQuery Unobtrusive Validation library complements jQuery Validation by adding support for specifying validation options as HTML5 data-* elements" ,
23+ "files" : [
24+ " jquery.validate.unobtrusive.js"
25+ ],
26+ "dependencies" : {
27+ "jquery" : " >=1.8" ,
28+ "jquery-validation" : " >=1.8"
29+ },
30+ "devDependencies" : {
31+ "gulp" : " 3.8.11" ,
32+ "gulp-rename" : " 1.2.2" ,
33+ "gulp-uglify" : " 1.2.0"
34+ }
935}
You can’t perform that action at this time.
0 commit comments