forked from aspnet/jquery-validation-unobtrusive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.23 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.23 KB
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
{
"name": "jquery-validation-unobtrusive",
"version": "3.2.6",
"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": "http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm",
"readme": "The jQuery Unobtrusive Validation library complements jQuery Validation by adding support for specifying validation options as HTML5 data-* elements",
"files": [
"jquery.validate.unobtrusive.js",
"jquery.validate.unobtrusive.min.js"
],
"dependencies": {
"jquery": ">=1.8",
"jquery-validation": ">=1.8"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-rename": "1.2.2",
"gulp-uglify": "2.0.0",
"gulp-replace": "0.5.4",
"gulp-line-ending-corrector": "1.0.1"
}
}