-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 890 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
{
"name": "mpesa-api",
"version": "1.0.0",
"description": "node mpesa api",
"main": "app.js",
"scripts": {
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/machariamuguku/nodejs-mpesa-api.git"
},
"keywords": [
"nodejs",
"mpesa",
"api",
"lipa",
"na",
"mpesa",
"node"
],
"author": "www.muguku.co.ke",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/machariamuguku/nodejs-mpesa-api/issues"
},
"homepage": "https://github.com/machariamuguku/nodejs-mpesa-api#readme",
"dependencies": {
"base-64": "^0.1.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"moment": "^2.24.0",
"mongoose": "^5.7.5",
"nodemon": "^1.19.1",
"request": "^2.88.0"
}
}