mnotify-node
Version:
mNotify nodeJS connector
28 lines (27 loc) • 599 B
JSON
{
"name": "mnotify-node",
"version": "1.0.0",
"description": "mNotify nodeJS connector",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/commisol/mnotify-node.git"
},
"keywords": [
"mnotify",
"sms",
"ghana"
],
"author": "Joshua Commey",
"license": "ISC",
"bugs": {
"url": "https://github.com/commisol/mnotify-node/issues"
},
"homepage": "https://github.com/commisol/mnotify-node#readme",
"dependencies": {
"axios": "^0.21.0"
}
}