cediplus
Version:
CediPlus NodeJS SDK
29 lines (28 loc) • 659 B
JSON
{
"name": "cediplus",
"version": "1.0.0",
"description": "CediPlus NodeJS SDK",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PolymathWhiz/cediplus-node.git"
},
"keywords": [
"cediplus",
"node",
"payments"
],
"author": "Miracle Anyanwu (PolymathWhiz)",
"license": "ISC",
"bugs": {
"url": "https://github.com/PolymathWhiz/cediplus-node/issues"
},
"homepage": "https://github.com/PolymathWhiz/cediplus-node#readme",
"dependencies": {
"request": "^2.88.0"
}
}