forked from RobinHerbots/Inputmask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 962 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
{
"name": "jquery.inputmask",
"version": "3.1.62-3",
"main": [
"./dist/inputmask/jquery.inputmask.js",
"./dist/inputmask/jquery.inputmask.extensions.js",
"./dist/inputmask/jquery.inputmask.date.extensions.js",
"./dist/inputmask/jquery.inputmask.numeric.extensions.js",
"./dist/inputmask/jquery.inputmask.phone.extensions.js",
"./dist/inputmask/jquery.inputmask.regex.extensions.js"
],
"keywords" : ["jquery", "plugins", "input", "form", "inputmask", "mask"],
"description": "jquery.inputmask is a jquery plugin which create an input mask.",
"license": "http://opensource.org/licenses/mit-license.php",
"ignore": [
"**/.*",
"qunit/",
"nuget/",
"tools/",
"js/",
"*.md",
"build.properties",
"build.xml",
"jquery.inputmask.jquery.json"
],
"dependencies": {
"jquery": ">=1.7"
},
"authors": [
{ "name": "Robin Herbots" }
],
"homepage": "http://robinherbots.github.io/jquery.inputmask"
}