forked from igorescobar/jQuery-Mask-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmask.jquery.json
More file actions
28 lines (28 loc) · 755 Bytes
/
mask.jquery.json
File metadata and controls
28 lines (28 loc) · 755 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
{
"name": "mask",
"title": "jQuery Mask Plugin",
"description": "A jQuery Plugin to make masks on form fields and html elements.",
"keywords": [
"mask",
"masks",
"form",
"input"
],
"version": "0.9.0",
"author": {
"name": "Igor Escobar",
"url": "https://github.com/igorescobar/jQuery-Mask-Plugin/blob/master/README.md"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/igorescobar/jQuery-Mask-Plugin/blob/master/jquery.mask.js"
}
],
"bugs": "https://github.com/igorescobar/jQuery-Mask-Plugin/issues",
"homepage": "https://github.com/igorescobar/jQuery-Mask-Plugin",
"docs": "http://igorescobar.github.com/jQuery-Mask-Plugin/",
"dependencies": {
"jquery": ">=1.5"
}
}