forked from AfricasTalkingLtd/africastalking-node.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.11 KB
/
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
43
44
45
46
47
48
{
"name": "africastalking",
"version": "0.5.4",
"description": "Official AfricasTalking node.js API wrapper",
"main": "index.js",
"scripts": {
"test": "nyc mocha ./test",
"test-windows": "nyc node_modules/mocha/bin/_mocha ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AfricasTalkingLtd/africastalking-node.js"
},
"keywords": [
"africastalking",
"sms",
"ussd",
"voice",
"m-pesa",
"payments"
],
"author": "Africa's Talking",
"license": "MIT",
"bugs": {
"url": "https://github.com/AfricasTalkingLtd/africastalking-node.js/issues"
},
"homepage": "https://github.com/AfricasTalkingLtd/africastalking-node.js#readme",
"engines": {
"node": ">=6"
},
"dependencies": {
"@hapi/joi": "^16.1.7",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"grpc": "^1.24.3",
"lodash": "^4.17.15",
"querystring": "^0.2.0",
"unirest": "^0.6.0",
"validate.js": "^0.13.1"
},
"devDependencies": {
"express": "^4.17.1",
"mocha": "^6.2.3",
"nyc": "^14.1.1",
"should": "^13.2.3",
"supertest": "^4.0.2"
}
}