vue-pattern-input
Version:
A Vue Component for limiting user input
26 lines (25 loc) • 580 B
JSON
{
"name": "vue-pattern-input",
"version": "3.0.0",
"description": "A Vue Component for limiting user input",
"main": "src/components/vue-pattern-input.vue",
"repository": {
"type": "git",
"url": "git+https://github.com/RoamIn/vue-pattern-input.git"
},
"keywords": [
"vue",
"input",
"pattern",
"RegExp"
],
"author": "Live",
"license": "MIT",
"bugs": {
"url": "https://github.com/RoamIn/vue-pattern-input/issues"
},
"homepage": "https://github.com/RoamIn/vue-pattern-input#readme",
"dependencies": {
"vue": "^3.0.0"
}
}