UNPKG

vue-credit-card-validation

Version:

A Vue plugin for formatting and validating credit card forms to offer the same functionality as Stripe's jquery.payment library (and more!).

79 lines (78 loc) 2.38 kB
{ "name": "vue-credit-card-validation", "description": "A Vue plugin for formatting and validating credit card forms to offer the same functionality as Stripe's jquery.payment library (and more!).", "version": "1.0.5", "author": { "name": "Michael Wuori", "email": "michael.wuori@gmail.com" }, "bugs": { "url": "https://github.com/wuori/vue-credit-card-validation/issues" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.5.0", "@vue/cli-plugin-eslint": "^4.5.0", "@vue/cli-service": "^4.5.0", "@vue/compat": "^3.1.0", "@vue/compiler-sfc": "^3.1.0", "babel-core": "^6.26.3", "babel-eslint": "^10.1.0", "babel-loader": "^6.2.10", "babel-plugin-istanbul": "^5.2.0", "babel-polyfill": "6.22.0", "babel-preset-es2015": "^6.22.0", "babel-preset-power-assert": "^1.0.0", "buble": "^0.14.0", "cross-env": "^5.2.1", "eslint": "^4.19.1", "eslint-loader": "^1.6.1", "eslint-plugin-vue-libs": "^1.2.0", "html-webpack-plugin": "^2.19.0", "is-my-json-valid": "^2.20.0", "rollup": "^0.36.4", "rollup-plugin-buble": "^0.14.0", "rollup-plugin-commonjs": "^8.4.1", "rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-replace": "^1.1.1", "set-value": ">=4.0.1", "uglify-js": "^2.7.5", "vue": "^3.2.11", "vue-loader": "^15.9.8", "vue-template-compiler": "^2.6.14", "webpack": "^5.52.1", "yargs-parser": ">=5.0.1" }, "files": [ "dist/vue-credit-card-validation.js", "dist/vue-credit-card-validation.min.js", "dist/vue-credit-card-validation.common.js", "dist/vue-credit-card-validation.esm.js", "src" ], "homepage": "https://github.com/wuori/vue-credit-card-validation#readme", "main": "dist/vue-credit-card-validation.js", "module": "dist/vue-credit-card-validation.esm.js", "unpkg": "dist/vue-credit-card-validation.js", "keywords": [ "plugin", "vue", "vuejs", "stripe", "credit", "validation" ], "license": "MIT", "engines": { "node": ">= 6.0" }, "repository": { "type": "git", "url": "git+https://github.com/wuori/vue-credit-card-validation.git" }, "scripts": { "serve": "vue-cli-service serve", "build": "node config/build.js", "clean": "rm -rf coverage && rm -rf dist/*.js* && rm ./*.log", "lint": "eslint src test config" } }