forked from fabiomcosta/jquery-meiomask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeiomask.jquery.json
34 lines (34 loc) · 911 Bytes
/
meiomask.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
{
"name": "meiomask",
"title": "jQuery MeioMask",
"description": "A jquery plugin for masking text inputs.",
"keywords": [
"meiomask",
"mask",
"input"
],
"version": "1.1.13",
"author": {
"name": "Fabio M. Costa",
"url": "https://github.com/fabiomcosta"
},
"maintainers": [
{
"name": "John Voloski",
"url": "https://github.com/johnvoloski"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/fabiomcosta/jquery-meiomask/issues",
"homepage": "https://github.com/fabiomcosta/jquery-meiomask",
"docs": "http://meiocodigo.com/projects/meiomask",
"download": "https://github.com/fabiomcosta/jquery-meiomask/tags",
"dependencies": {
"jquery": ">=1.3.2"
}
}