forked from PortableSheep/Pliant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpliant.jquery.json
More file actions
40 lines (40 loc) · 1006 Bytes
/
pliant.jquery.json
File metadata and controls
40 lines (40 loc) · 1006 Bytes
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
{
"name": "pliant",
"title": "pliant - Extensible and flexible validation.",
"description": "A flexible forms validation plugin, that's easily extensible via plugins.",
"keywords": [
"validate",
"validation",
"forms",
"valid"
],
"version": "2.0.6",
"author": {
"name": "Michael Gunderson",
"url": "https://github.com/PortableSheep"
},
"maintainers": [
{
"name": "Michael Gunderson",
"email": "michael@portablesheep.com",
"url": "https://github.com/PortableSheep"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/PortableSheep/Pliant/master/MIT-LICENSE.txt"
},
{
"type": "GPLv2",
"url": "https://raw.github.com/PortableSheep/Pliant/master/GPL-LICENSE.txt"
}
],
"homepage": "http://portablesheep.github.com/Pliant/",
"bugs": "https://github.com/PortableSheep/Pliant/issues",
"docs": "https://github.com/PortableSheep/Pliant/wiki",
"download": "http://portablesheep.github.com/Pliant/",
"dependencies": {
"jquery": ">=1.8"
}
}