paypal-masspayments-node
Version:
Making payments with MassPayment NVP
42 lines (41 loc) • 903 B
JSON
{
"name": "paypal-masspayments-node",
"description": "Making payments with MassPayment NVP",
"author": "Maurice Butler <maurice.butler@gmail.com>",
"version": "0.0.6",
"dependencies": {
"request": "~2.33.0",
"qs": "~0.6.6",
"object-extend": "~0.5.0"
},
"devDependencies": {
"tape": "~2.3.2",
"mockery": "~1.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/MauriceButler/paypal-masspayments-node"
},
"scripts": {
"test": "node ./test/all.js"
},
"bugs": {
"url": "https://github.com/MauriceButler/paypal-masspayments-node/issues"
},
"homepage": "https://github.com/MauriceButler/paypal-masspayments-node",
"main": "index.js",
"directories": {
"test": "test"
},
"keywords": [
"PayPal",
"MassPayments",
"Mass",
"Payments",
"NVP",
"name",
"value",
"pair"
],
"license": "MIT"
}