-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwalidate.jquery.json
More file actions
38 lines (38 loc) · 1.04 KB
/
walidate.jquery.json
File metadata and controls
38 lines (38 loc) · 1.04 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": "walidate",
"title": "jQuery Walidate",
"description": "A form validation plugin that works on every html form without changing anything in your existing markup.",
"keywords": [
"validation",
"html5",
"regular",
"expression",
"simple",
"easy",
"form",
"contact",
"callback"
],
"version": "2.4.5",
"author": {
"name": "Michael Fischer",
"url": "http://www.dop-trois.org",
"email": "doptrois@gmail.com"
},
"licenses": [
{
"type": "GPLv3",
"url": "https://github.com/doptrois/walidate/blob/master/GPL-LICENSE.txt"
},
{
"type": "MIT",
"url": "https://github.com/doptrois/walidate/blob/master/MIT-LICENSE.txt"
}
],
"homepage": "http://jquery.dop-trois.org/walidate/",
"docs": "http://jquery.dop-trois.org/walidate/",
"download": "https://github.com/doptrois/walidate",
"dependencies": {
"jquery": ">=1.7.1"
}
}