paga-connect
Version:
Paga is a simple way to send and receive money
24 lines • 442 B
JSON
{
"name": "paga-connect",
"version": "1.0.4",
"description": "Paga is a simple way to send and receive money",
"main": "PagaConnectClient.js",
"scripts": {
"test": "mocha --reporter spec"
},
"keywords": [
"payment",
"API",
"naira",
"Paga"
],
"author": "Paga",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"js-sha512": "^0.8.0"
},
"devDependencies": {
"chai": "^4.2.0"
}
}