forked from andr-04/inputmask-multi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinputmask-multi.jquery.json
36 lines (36 loc) · 1.1 KB
/
inputmask-multi.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": "inputmask-multi",
"version": "1.0.2",
"title": "Inputmask Multi",
"author": {
"name": "Andrey Egorov",
"url": "https://github.com/andr-04"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.5",
"jquery.inputmask": "=1.2.2",
"bind-first": ">=0.1.0"
},
"description": "Inputmask Multi is a plugin which allows to select a mask of input basing on the beginning of entered data (such as an international phone number)",
"keywords": [
"inputmask",
"phone",
"phonenumber",
"list",
"multi",
"several",
"mask",
"selection"
],
"homepage": "https://github.com/andr-04/inputmask-multi",
"docs": "https://github.com/andr-04/inputmask-multi#readme",
"demo": "http://andr-04.github.com/inputmask-multi/",
"bugs": "https://github.com/andr-04/inputmask-multi/issues",
"download": "https://github.com/andr-04/inputmask-multi/zipball/master"
}