-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 973 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@bigboblittle/hubtelmomo",
"version": "1.0.8",
"description": "Receive hubtel payments on all networks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hubtel momo",
"send hubtel momo prompt",
"simple hubtel mobile money",
"recieve mobile money ",
"recieve momo on all networks in ghana",
"hubtel",
"momo",
"send prompt",
"momo prompt",
"momo quick pay",
"big bob little",
"big bob little npm packages",
"big bob little open source projects",
"nodejs recieve mobile money",
"mobile payments"
],
"author": "BigBobLittle",
"repository": "BigBobLittle/hubtelmomo",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"shortid": "^2.2.14"
}
}