forked from andr-04/inputmask-multi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 802 Bytes
/
bower.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": "inputmask-multi",
"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)",
"version": "1.2.0",
"main": "js/jquery.inputmask-multi.js",
"authors": [
{ "name": "Andrey Egorov", "homepage": "https://github.com/andr-04" }
],
"license": "MIT",
"keywords": [
"inputmask",
"phone",
"phonenumber",
"list",
"multi",
"several",
"mask",
"selection",
"jquery-plugin",
"ecosystem:jquery"
],
"homepage": "https://github.com/andr-04/inputmask-multi",
"dependencies": {
"jquery": ">=1.5",
"jquery.inputmask": ">=3.2.0"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}