-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathformvalidate.jquery.json
43 lines (43 loc) · 1.05 KB
/
formvalidate.jquery.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": "formvalidate",
"title": "jQuery Form Validate",
"description": "jQuery Form Validate is a simple form validation plugin that allows you to easily validate your forms by applying various HTML data attributes.",
"version": "0.4.2",
"author": {
"name": "Victor Michnowicz",
"url": "http://www.vmichnowicz.com/"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">1.4.3"
},
"keywords": [
"form",
"validation",
"validate"
],
"homepage": "https://github.com/vmichnowicz/jquery.formvalidate",
"bugs": "https://github.com/vmichnowicz/jquery.formvalidate/issues",
"docs": "https://github.com/vmichnowicz/jquery.formvalidate/wiki",
"demo": "http://www.vmichnowicz.com/examples/formvalidate/index.html",
"maintainers": [
{
"name": "Victor Michnowicz",
"url": "http://www.vmichnowicz.com/"
}
],
"files": [
"index.html",
"jquery.formvalidate.js",
"LICENSE.txt",
"localization/de.js",
"localization/es.js",
"localization/pirate.js",
"README.md"
]
}