-
Notifications
You must be signed in to change notification settings - Fork 17
/
sdq.jquery.json
36 lines (36 loc) · 1 KB
/
sdq.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
{
"name": "sdq",
"title": "jQuery SDQ",
"description": "jQuery plugin para validar cedulas y otros documentos utilizados en la Republica Dominicana.",
"keywords": [
"cedula",
"rnc",
"rd"
],
"version": "0.2.4",
"author": {
"name": "Hector Minaya",
"url": "http://www.HectorMinaya.com"
},
"maintainers": [
{
"name": "Hector Minaya",
"email": "[email protected]",
"url": "http://www.HectorMinaya.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hminaya/SDQ/blob/master/MIT-LICENSE.TXT"
}
],
"bugs": "https://github.com/hminaya/SDQ/issues",
"homepage": "https://github.com/hminaya/SDQ",
"docs": "https://github.com/hminaya/SDQ",
"demo": "https://github.com/hminaya/SDQ/tree/master/example",
"download": "https://github.com/hminaya/SDQ/archive/master.zip",
"dependencies": {
"jquery": ">=1.8"
}
}