quasar-app-extension-q-otp
Version:
Quasar App Extension which injects a Vue component - QOtp
38 lines (37 loc) • 780 B
JSON
{
"name": "quasar-app-extension-q-otp",
"version": "0.1.6",
"private": false,
"description": "Quasar App Extension which injects a Vue component - QOtp",
"author": {
"name": "Denis Baskovsky",
"email": "baskovsky@ya.ru",
"url": "https://baskovsky.ru/"
},
"license": "MIT",
"keywords": [
"q-otp",
"otp",
"qotp",
"vue",
"quasar",
"vue3",
"otp-input",
"otp-forminput",
"one-time-password",
"one-time-code",
"inputs",
"quasarframework"
],
"main": "src/index.js",
"module": "src/component/QOtp.vue",
"repository": {
"type": "git",
"url": "https://github.com/qertis/q-otp"
},
"bugs": "https://github.com/qertis/q-otp/issues",
"engines": {
"node": ">= 16.x",
"npm": ">= 6.x"
}
}