mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 20:04:53 +00:00
added input masks
This commit is contained in:
27
vendor/Inputmask/bower.json
vendored
Normal file
27
vendor/Inputmask/bower.json
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "inputmask",
|
||||
"version": "5.0.0-beta.190",
|
||||
"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",
|
||||
"!bundle.js",
|
||||
"!bundle.jquery.js",
|
||||
"!css/**/*",
|
||||
"!dist/**/*",
|
||||
"!lib/**/*"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">=1.7"
|
||||
},
|
||||
"authors": [{
|
||||
"name": "Robin Herbots"
|
||||
}],
|
||||
"homepage": "http://robinherbots.github.io/Inputmask"
|
||||
}
|
||||
Reference in New Issue
Block a user