bower.json
802 Bytes
{
"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"
]
}