package.json
892 Bytes
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
{
"name": "sate24-to-gentong",
"version": "0.0.4",
"description": "ST24 to Gentong H2H OUT",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:reload97/sate24-to-gentong.git"
},
"keywords": [
"st24",
"reload97",
"ppob",
"h2h",
"m2m",
"xmlrpc"
],
"author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
"license": "BSD",
"dependencies": {
"mocha": "~2.2.5",
"request": "~2.57.0",
"strftime": "~0.9.2",
"mathjs": "~1.7.0",
"xmlrpc": "~1.3.1",
"xml2js": "~0.4.9",
"redis": "~0.12.1",
"node-simple-router": "~0.9.4-2",
"sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git",
"winston": "~1.0.1",
"sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git",
"ini": "~1.3.4"
}
}