-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1020 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
40
41
42
{
"name": "cross-switch-gh",
"version": "1.0.1",
"description": "Cross-Switch Ghana API wrapper",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./test/*.js --reporter spec --timeout 10000"
},
"keywords": [
"API",
"Ghana",
"Payment",
"Cashout",
"Payment API",
"Cross-Switch",
"Cross Switch Ghana",
"Request to Pay",
"Bill",
"Sms API",
"USSD API",
"OTP",
"Mobile Verification"
],
"author": "Harmony Alabi <[email protected]> (https://www.linkedin.com/in/harmony-alabi)",
"license": "MIT",
"dependencies": {
"promise": "^8.0.0",
"request": "^2.88.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^9.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/harmonizerblinks/cross-switch-ghana.git"
},
"bugs": {
"url": "https://github.com/harmonizerblinks/cross-switch-ghana/issues"
},
"homepage": "https://github.com/harmonizerblinks/cross-switch-ghana"
}