Skip to content

Commit 41bf5b4

Browse files
committed
Changed package.json to publish to npm
1 parent 13386cd commit 41bf5b4

File tree

2 files changed

+34
-8
lines changed

2 files changed

+34
-8
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

package.json

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,35 @@
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
}

0 commit comments

Comments
 (0)