vue-input-restriction-directives
Version:
Set of vue directives to add text restriction to your vue input (uppercase, lowercase, numeric, alphabetic, max length)
39 lines (38 loc) • 1.08 kB
JSON
{
"name": "vue-input-restriction-directives",
"version": "1.2.2",
"description": "Set of vue directives to add text restriction to your vue input (uppercase, lowercase, numeric, alphabetic, max length)",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josueaqp92/vue-input-restriction-directives.git"
},
"keywords": [
"Vue",
"vuejs",
"vue-input-restriction-directives",
"input",
"form",
"directive",
"numeric",
"uppercase",
"lowecase",
"alphabetic",
"vue-numeric-only",
"vue-alphabetic-only",
"vue-uppercase-only",
"vue-lowercase-only",
"vue-max-length",
"vue-directive",
"vue-input-number-only"
],
"author": "Josue Arambide",
"license": "ISC",
"bugs": {
"url": "https://github.com/josueaqp92/vue-input-restriction-directives/issues"
},
"homepage": "https://github.com/josueaqp92/vue-input-restriction-directives#readme"
}