UNPKG

vue-multi-number-input

Version:

Input component for separating the input one by one character. for the web built with Vue 2.x.

50 lines (49 loc) 1.38 kB
{ "name": "vue-multi-number-input", "version": "0.1.5", "description": "Input component for separating the input one by one character. for the web built with Vue 2.x.", "main": "./dist/vueMultiNumberInput.common.js", "scripts": { "build-bundle": "vue-cli-service build --target lib --name vueMultiNumberInput ./src/components/index.js", "lint": "vue-cli-service lint" }, "unpkg": "./dist/vueMultiNumberInput.umd.min.js", "files": [ "dist/*", "src/*" ], "keywords": [ "vue", "input", "otp", "otpinput", "multinumber", "numberinput" ], "author": "Everyharu <yahao87@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yahao87/vue-multi-number-input.git" }, "bugs": { "url": "https://github.com/yahao87/vue-multi-number-input/issues" }, "homepage": "https://github.com/yahao87/vue-multi-number-input#readme", "dependencies": { "vue-fragment": "^1.5.2" }, "devDependencies": { "vue": "^2.6.14", "@vue/cli-plugin-babel": "^4.5.13", "@vue/cli-plugin-eslint": "^4.5.13", "@vue/cli-service": "^4.5.13", "@vue/eslint-config-airbnb": "^5.3.0", "babel-eslint": "^10.1.0", "eslint": "^7.29.0", "eslint-plugin-vue": "^7.11.1", "node-sass": "^6.0.0", "sass-loader": "^10.2.0", "vue-template-compiler": "^2.6.14" } }