package.json
1.04 KB
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
{
"name": "komodo-sdk",
"version": "1.20.1",
"description": "SDK for Komodo",
"main": "index.js",
"scripts": {
"test": "mocha",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:komodo/komodo-sdk.git"
},
"keywords": [
"ppob",
"payment",
"komodo"
],
"author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
"license": "ISC",
"dependencies": {
"basic-auth": "^2.0.0",
"body-parser": "^1.18.2",
"express": "^4.16.3",
"express-session": "^1.15.6",
"lru-cache": "^4.1.1",
"macaddress": "^0.2.8",
"moment": "^2.19.1",
"node-machine-id": "^1.1.10",
"node-natural-sort": "^0.8.6",
"numeral": "^2.0.6",
"nunjucks": "^3.0.1",
"redis": "^2.8.0",
"request": "^2.81.0",
"sha1": "^1.1.1",
"simple-git": "^1.80.1",
"strftime": "^0.10.0",
"uniqid": "^4.1.1",
"uuid": "^3.1.0",
"winston": "^2.3.1",
"winston-circular-buffer": "^1.0.0",
"winston-daily-rotate-file": "^1.4.6"
}
}