first commit

This commit is contained in:
2024-04-19 14:04:41 +07:00
commit 014283036f
7282 changed files with 1324127 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "inputmask",
"version": "4.0.3-beta.4",
"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/**/*"
],
"dependencies": {
"jquery": ">=1.7"
},
"authors": [{
"name": "Robin Herbots"
}],
"homepage": "http://robinherbots.github.io/Inputmask"
}