UNPKG

vue2-otp-input

Version:

A fully customizable, one-time password input component for the web built with Vue 2.x.

47 lines (46 loc) 1.32 kB
{ "name": "vue2-otp-input", "version": "1.0.17", "description": "A fully customizable, one-time password input component for the web built with Vue 2.x.", "author": "Bach Duong <bachdgvn@gmail.com>, Nithin K Joy <nithinjoy121212@gmail.com>", "repository": "https://github.com/nithinkjoy-tech/vue2-otp-input", "keywords": [ "vueotpinput", "vue", "otp", "input", "otpinput" ], "license": "MIT", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "build-bundle": "cross-env NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --target lib --name vueOtpInput ./src/components/index.js", "lint": "vue-cli-service lint" }, "main": "./dist/vueOtpInput.common.js", "unpkg": "./dist/vueOtpInput.umd.min.js", "files": [ "dist/*", "src/*", "public/*", "*.json", "*.js" ], "dependencies": { "vue": "^2.5.22" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.4.0", "@vue/cli-plugin-eslint": "^3.4.0", "@vue/cli-service": "^3.4.0", "@vue/eslint-config-airbnb": "^4.0.0", "babel-eslint": "^10.0.1", "cross-env": "^10.0.0", "eslint": "^5.8.0", "eslint-plugin-vue": "^5.0.0", "less": "^3.0.4", "less-loader": "^4.1.0", "vue-template-compiler": "^2.5.21" } }