payment-checkout-js
Version:
38 lines (37 loc) • 921 B
JSON
{
"name": "payment-checkout-js",
"version": "0.0.11",
"description": "Standard Checkout",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./test/*.js --reporter spec --timeout 10000"
},
"keywords": [
"API",
"Ghana",
"Payment",
"Collection",
"Payment API",
"Checkout",
"USSD Checkout API",
"OTP"
],
"author": "Harmony Alabi <harmonizerblinks@gmail.com> (https://www.linkedin.com/in/harmony-alabi)",
"license": "MIT",
"dependencies": {
"promise": "^8.0.0",
"request": "^2.88.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^9.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/harmonizerblinks/payment-checkout-js.git"
},
"bugs": {
"url": "https://github.com/harmonizerblinks/payment-checkout-js/issues"
},
"homepage": "https://github.com/harmonizerblinks/payment-checkout-js"
}