-
Notifications
You must be signed in to change notification settings - Fork 106
/
package.json
45 lines (45 loc) · 1.18 KB
/
package.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
37
38
39
40
41
42
43
44
45
{
"name": "inputmask-multi",
"version": "1.2.0",
"title": "Inputmask Multi",
"main": "js/jquery.inputmask-multi.js",
"files": [
"js/"
],
"repository": {
"type": "git",
"url": "https://github.com/andr-04/inputmask-multi.git"
},
"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": ">=3.2.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",
"jquery-plugin",
"ecosystem:jquery"
],
"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"
}