Skip to content

Commit bcfa1ad

Browse files
committed
Added the json manifest for jQuery plugins
Added version 1.0.0 of the plugin
1 parent c60582c commit bcfa1ad

File tree

2 files changed

+1277
-0
lines changed

2 files changed

+1277
-0
lines changed

jquery-validation.jquery.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "Form Validation",
3+
"title": "jQuery Form Validation",
4+
"description": "jQuery plugin that provides a client site form validation.",
5+
"keywords": [
6+
"form",
7+
"html5",
8+
"validate",
9+
"validation"
10+
],
11+
"version": "1.0.0",
12+
"author": {
13+
"name": "Tom Bertrand",
14+
"url": "www.runningcoder.org"
15+
},
16+
"licenses": [
17+
{
18+
"type": "MIT",
19+
"url": "https://github.com/running-coder/jquery-form-validation/blob/master/LICENSE"
20+
}
21+
],
22+
"bugs": "https://github.com/running-coder/jquery-form-validation/issues",
23+
"homepage": "http://www.runningcoder.org/jqueryvalidation/",
24+
"docs": "http://www.runningcoder.org/jqueryvalidation/documentation/",
25+
"demo": "http://www.runningcoder.org/jqueryvalidation/demo/",
26+
"dependencies": {
27+
"jquery": ">=1.6"
28+
}
29+
}

0 commit comments

Comments
 (0)