package.json
1.1 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
45
46
47
48
{
"name": "sate24-to-sc",
"version": "0.0.4",
"description": "ST24 to SimpleConnect H2H OUT",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:reload97/sate24-to-sc.git"
},
"keywords": [
"st24",
"reload97",
"ppob",
"h2h",
"m2m",
"xmlrpc"
],
"author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
"license": "BSD",
"dependencies": {
"fs": "0.0.2",
"ini": "~1.3.4",
"iniparser": "~1.0.5",
"lru-cache": "^4.0.1",
"mathjs": "~1.7.0",
"minimist": "~1.2.0",
"mocha": "~2.2.5",
"moment": "^2.13.0",
"mongodb": "^2.1.16",
"parse5": "~2.1.4",
"request": "~2.57.0",
"sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git",
"sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git",
"strftime": "~0.9.2",
"winston": "~1.0.1",
"xml2js": "~0.4.9",
"xmldom": "~0.1.21",
"xmlrpc": "~1.3.1",
"xmlserializer": "~0.3.3",
"xpath": "0.0.21"
},
"devDependencies": {
"should": "^11.2.0"
}
}