forked from guillaumepotier/Parsley.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
parsley.jquery.json
32 lines (32 loc) · 1009 Bytes
/
parsley.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
{
"name": "parsley",
"title": "Javascript forms validation. Powerful, UX aware & Dead simple.",
"description": "Never write a single javascript line anymore to validate your forms FrontEnd. Parsley will do that for you,and do it right, thanks to its powerful DOM-API !",
"keywords": [
"parsley",
"parsleyjs",
"forms",
"form",
"validation",
"validate"
],
"version": "1.1.15",
"author": {
"name": "Guillaume Potier",
"email": "[email protected]",
"url": "http://guillaumepotier.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/guillaumepotier/Parsley.js/issues",
"homepage": "http://parsleyjs.org",
"docs": "http://parsleyjs.org/documentation.html",
"download": "https://github.com/guillaumepotier/Parsley.js/",
"dependencies": {
"jquery": ">=1.7"
}
}