diff options
author | Marvin Borner | 2018-07-13 19:06:45 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-13 19:06:45 +0200 |
commit | 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 (patch) | |
tree | dbc87ef16fa01d5d99116de283592b8fe5e02944 /public/bower_components/inputmask/.bower.json | |
parent | dfd839f27146df0ad0494e11734fc7d310c70ebf (diff) |
Fixed many permissions and began admin interface
Diffstat (limited to 'public/bower_components/inputmask/.bower.json')
-rw-r--r-- | public/bower_components/inputmask/.bower.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/public/bower_components/inputmask/.bower.json b/public/bower_components/inputmask/.bower.json new file mode 100644 index 0000000..93849cc --- /dev/null +++ b/public/bower_components/inputmask/.bower.json @@ -0,0 +1,58 @@ +{ + "name": "inputmask", + "version": "3.3.11", + "main": [ + "./dist/inputmask/inputmask.js", + "./dist/inputmask/inputmask.extensions.js", + "./dist/inputmask/inputmask.date.extensions.js", + "./dist/inputmask/inputmask.numeric.extensions.js", + "./dist/inputmask/inputmask.phone.extensions.js", + "./dist/inputmask/jquery.inputmask.js", + "./dist/inputmask/global/document.js", + "./dist/inputmask/global/window.js", + "./dist/inputmask/phone-codes/phone.js", + "./dist/inputmask/phone-codes/phone-be.js", + "./dist/inputmask/phone-codes/phone-nl.js", + "./dist/inputmask/phone-codes/phone-ru.js", + "./dist/inputmask/phone-codes/phone-uk.js", + "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jqlite.js", + "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.js", + "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.js", + "./dist/inputmask/bindings/inputmask.binding.js" + ], + "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": [ + "**/*", + "!dist/*", + "!dist/inputmask/*", + "!dist/min/*", + "!dist/min/inputmask/*" + ], + "dependencies": { + "jquery": ">=1.7" + }, + "authors": [ + { + "name": "Robin Herbots" + } + ], + "homepage": "http://robinherbots.github.io/Inputmask", + "_release": "3.3.11", + "_resolution": { + "type": "version", + "tag": "3.3.11", + "commit": "506b28902803e0aa983089658d4a74e8727d816b" + }, + "_source": "https://github.com/RobinHerbots/jquery.inputmask.git", + "_target": "^3.3.7", + "_originalSource": "jquery.inputmask" +}
\ No newline at end of file |