package.json
822 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": "evo-xmpp-center2",
"version": "2.0.0",
"description": "Terradata EVO XMPP Center version 2",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:reload97/evo-xmpp-center2.git"
},
"keywords": [
"reload97",
"r97",
"ppob",
"terradata",
"tbs",
"evo"
],
"author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
"license": "ISC",
"dependencies": {
"circular-buffer": "^1.0.2",
"cron": "^1.2.1",
"express": "^4.15.2",
"morgan": "^1.8.1",
"request": "^2.81.0",
"rotating-file-stream": "^1.2.1",
"simple-xmpp": "^1.3.0",
"sqlite3": "^3.1.8",
"strftime": "^0.10.0",
"winston": "^2.3.1",
"winston-circular-buffer": "^1.0.0",
"xml2js": "^0.4.17"
}
}