vsf-payment-paypal-api
Version:
A Vue Storefront API extension to execute payment and IPN backend for PayPal gateway.
27 lines (26 loc) • 760 B
JSON
{
"name": "vsf-payment-paypal-api",
"version": "1.0.0",
"description": "A Vue Storefront API extension to execute payment and IPN backend for PayPal gateway.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/develodesign/vsf-payment-paypal-api.git"
},
"keywords": [
"Vue",
"storefront",
"paypal",
"vsf",
"PayPal"
],
"author": "Dmitry Schegolikhin <dmitry@develodesign.co.uk> (https://www.develodesign.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/develodesign/vsf-payment-paypal-api/issues"
},
"homepage": "https://github.com/develodesign/vsf-payment-paypal-api#readme"
}