1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-03-07 19:12:01 +01:00

Start again

This commit is contained in:
2020-10-04 17:14:00 +02:00
parent c0d3912413
commit 091f119048
4382 changed files with 1762543 additions and 9606 deletions

45
vendors/jquery.inputmask/.bower.json vendored Normal file
View File

@@ -0,0 +1,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"
}