Skip to content

Commit bcdc1f4

Browse files
committed
added plugin to jquery new website
1 parent 57b1091 commit bcdc1f4

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

jQuery-Validation-Engine.jquery.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "jQuery-Validation-Engine",
3+
"title": "jQuery Form Validation Engine",
4+
"description": "Validate your forms with style. Complete api included",
5+
"keywords": [
6+
"form",
7+
"field",
8+
"validation"
9+
],
10+
"version": "2.6.2",
11+
"author": {
12+
"name": "Cedric Dugas",
13+
"url": "http://www.position-absolute.com"
14+
},
15+
"maintainers": [
16+
{
17+
"name": "Olivier Refalo",
18+
"url": "http://www.crionics.com"
19+
}
20+
],
21+
"licenses": [
22+
{
23+
"type": "MIT",
24+
"url": "http://opensource.org/licenses/MIT"
25+
}
26+
],
27+
"docs": "http://posabsolute.github.com/jQuery-Validation-Engine/",
28+
"demo": "http://www.position-relative.net/creation/formValidator/",
29+
"download": "http://code.jquery.com/#color",
30+
"dependencies": {
31+
"jquery": ">=1.6"
32+
}
33+
}

0 commit comments

Comments
 (0)