mirror of
https://github.com/valitydev/gentelella.git
synced 2024-11-06 08:15:17 +00:00
6a6db2ea23
Update also fix some following problem: - Switcher now working - Datatable header fix example is now working - Add missing starrr ratings - Some mobile responsiveness on table.html page
28 lines
693 B
JSON
28 lines
693 B
JSON
{
|
|
"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"
|
|
}
|