UNPKG

vue-korapay

Version:
53 lines (52 loc) 1.33 kB
{ "name": "vue-korapay", "version": "1.1.2", "description": "Vue Korapay for Vue 2.x.", "private": false, "main": "dist/korapay.min.js", "scripts": { "lint": "eslint src --ext=js,vue || exit 0", "lint:fix": "eslint src --ext=js,vue --fix || exit 0", "dist": "webpack --env=webpack.dist" }, "dependencies": { "vue": "^2.6.7" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.3.4", "@babel/preset-env": "^7.3.4", "babel-loader": "^8.0.5", "css-loader": "^2.1.0", "eslint-config-vue": "^2.0.2", "eslint-loader": "^2.1.2", "eslint-plugin-vue": "^5.2.2", "standard": "^12.0.1", "uglifyjs-webpack-plugin": "^2.2.0", "vue": "^2.6.7", "vue-loader": "^15.6.4", "vue-template-compiler": "^2.6.7", "webpack": "^4.29.6", "webpack-cli": "^3.2.3", "webpack-dev-server": "^3.2.1" }, "repository": { "type": "git", "url": "git+https://github.com/kingflamez/vue-korapay.git" }, "keywords": [ "korapay", "payment", "payment modal", "nigeria", "africa", "vue", "flamez" ], "author": "Oluwole Adebiyi - @kingflamez", "license": "MIT", "bugs": { "url": "https://github.com/kingflamez/vue-korapay/issues" }, "homepage": "https://github.com/kingflamez/vue-korapay#readme" }