paypal-handler
Version:
32 lines (31 loc) • 746 B
JSON
{
"name": "paypal-handler",
"version": "1.0.11",
"description": "Paypal handler",
"main": "index.js",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"joi": "^17.13.3",
"paypal-rest-sdk": "^1.8.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metadevzone/paypal-handler-node.git"
},
"author": "MetaDevZone",
"license": "ISC",
"bugs": {
"url": "https://github.com/metadevzone/paypal-handler-node/issues"
},
"keywords": [
"paypal",
"handler",
"node-paypal",
"paypal-node-sdk",
"paypal-sdk"
],
"homepage": "https://github.com/metadevzone/paypal-handler-node"
}