forked from pixelunion/validetta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
validetta.jquery.json
32 lines (32 loc) · 1.16 KB
/
validetta.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" : "validetta",
"version" : "1.0.1",
"title" : "Validetta - A tiny jquery plugin for validate your forms",
"description" : "Validetta is a tiny jQuery plugin which you can do client-side validation of your forms. It aims to decrease your burden with easy usage and flexible structure.",
"keywords": [
"form",
"lightweight",
"validetta",
"validate",
"validation",
"validator"
],
"homepage" : "http://lab.hasanaydogdu.com/validetta/",
"docs" : "http://lab.hasanaydogdu.com/validetta/#documentation",
"demo" : "http://lab.hasanaydogdu.com/validetta/#examples",
"bugs" : "http://github.com/hsnayd/validetta/issues",
"download" : "https://github.com/hsnayd/validetta/releases/download/v1.0.1/validetta-1.0.1-dist.zip",
"author" : {
"name": "Hasan Aydoğdu",
"url" : "http://github.com/hsnayd"
},
"licenses" : [
{
"type": "MIT",
"url" : "http://raw.github.com/hsnayd/validetta/master/LICENCE"
}
],
"dependencies": {
"jquery": ">=1.7"
}
}