.bower.json
1012 Bytes
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": "jquery.inputmask",
"version": "3.3.1",
"main": [
"./dist/inputmask/inputmask.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": [
"**/*",
"!dist/*",
"!dist/inputmask/*",
"!dist/min/*",
"!dist/min/inputmask/*",
"!extra/bindings/*",
"!extra/dependencyLibs/*",
"!extra/phone-codes/*"
],
"dependencies": {
"jquery": ">=1.7"
},
"authors": [
{
"name": "Robin Herbots"
}
],
"homepage": "http://robinherbots.github.io/jquery.inputmask",
"_release": "3.3.1",
"_resolution": {
"type": "version",
"tag": "3.3.1",
"commit": "b24113a01b0ade15ba2bf9823f03e993e3b659c1"
},
"_source": "https://github.com/RobinHerbots/jquery.inputmask.git",
"_target": "^3.3.1",
"_originalSource": "jquery.inputmask"
}