flutterwave-events
Version:
A tiny module to help you handle flutterwave api events automatically
40 lines (39 loc) • 936 B
JSON
{
"name": "flutterwave-events",
"version": "0.2.2",
"description": "A tiny module to help you handle flutterwave api events automatically",
"main": "index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/dev-inately/flutterwave-events.git"
},
"keywords": [
"Flutterwave",
"events",
"flutterwave",
"events",
"charge",
"event",
"success"
],
"author": "Yusuff Mustapha",
"license": "MIT",
"bugs": {
"url": "https://github.com/dev-inately/flutterwave-events/issues"
},
"homepage": "https://github.com/dev-inately/flutterwave-events#readme",
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"dotenv": "^8.2.0",
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"express": "^4.17.1",
"mocha": "^8.3.2"
},
"dependencies": {}
}