-
Notifications
You must be signed in to change notification settings - Fork 113
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "jquery-validation-unobtrusive",
"version": "4.0.0",
"homepage": "https://github.com/aspnet/jquery-validation-unobtrusive",
"description": "Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes.",
"main": "dist/jquery.validate.unobtrusive.js",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/jquery-validation-unobtrusive.git"
},
"keywords": [
"jquery",
"asp.net",
"mvc",
"validation",
"unobtrusive"
],
"author": {
"name": "Microsoft"
},
"license": "https://aka.ms/jqueryunobtrusivelicense",
"readme": "The jQuery Unobtrusive Validation library complements jQuery Validation by adding support for specifying validation options as HTML5 data-* elements",
"files": [
"dist/jquery.validate.unobtrusive.js",
"dist/jquery.validate.unobtrusive.min.js"
],
"dependencies": {
"jquery": "^3.6.0",
"jquery-validation": ">=1.19"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-rename": "~2.0.0",
"gulp-replace": "~1.1.3",
"gulp-uglify": "~3.0.2",
"lodash": "^4.17.21",
"minimatch": ">=5.1.0"
},
"overrides": {
"glob-parent": "~6.0.1"
}
}