-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.13 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": "mpesastkpush",
"version": "0.0.1-alpha-release.1",
"description": "A Express Js Application to create Safaricom Stk Push",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "mocha -- api/**/test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mtotodev05/SafaricomStk.git"
},
"keywords": [
"stkpush",
"daraja-api",
"node-js",
"mongo",
"express"
],
"author": "Kamau Brian",
"license": "MIT",
"bugs": {
"url": "https://github.com/mtotodev05/SafaricomStk/issues"
},
"homepage": "https://github.com/mtotodev05/SafaricomStk#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"debug": "^4.1.1",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-graphql": "^0.7.1",
"graphql": "^14.1.1",
"moment": "^2.23.0",
"mongoose": "^5.4.1",
"morgan": "^1.9.1",
"nconf": "^0.10.0",
"nodemon": "^1.18.9",
"request": "^2.88.0",
"serve-favicon": "^2.5.0",
"swagger-ui-express": "^4.0.2"
},
"devDependencies": {
"standard": "^12.0.1"
}
}