forked from RobinHerbots/Inputmask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
27 lines (27 loc) · 706 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
{
"name": "inputmask",
"version": "4.0.1-beta.38",
"main": [
"./index.js",
"./css/inputmask.css"
],
"keywords": ["jquery", "plugins", "input", "form", "inputmask", "mask"],
"description": "Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.",
"license": "http://opensource.org/licenses/mit-license.php",
"ignore": [
"**/*",
"!index.js",
"!css/*",
"!dist/*",
"!dist/inputmask/*",
"!dist/min/*",
"!dist/min/inputmask/*"
],
"dependencies": {
"jquery": ">=1.7"
},
"authors": [{
"name": "Robin Herbots"
}],
"homepage": "http://robinherbots.github.io/Inputmask"
}