UNPKG

hubtel-mx

Version:
25 lines 628 B
{ "name": "hubtel-mx", "version": "0.2.1", "description": "Hubtel API for Node.js", "main": "index.js", "scripts": { "test-momo": "node tests/mobile-money.test.js", "test-sms": "node tests/sms.test.js" }, "keywords": [ "hubtel" ], "repository": { "type": "git", "url": "https://github.com/aberba/hubtel-nodejs.git" }, "bugs": { "url": "https://github.com/aberba/hubtel-nodejs/issues" }, "author": "Lawrence Aberba <karabutaworld@gmail.com>", "license": "BSL-1.0", "dependencies": { "node-fetch": "^2.2.0" } }