-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
65 lines (65 loc) · 1.45 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "hepop",
"version": "1.0.36",
"description": "HEP Packet Server & Switch",
"main": "hepop.js",
"bin": {
"hepop": "./hepop.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node hepop.js -c /app/myconfig.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sipcapture/hepop.git"
},
"keywords": [
"hep",
"eep",
"hep3",
"encapsulation",
"homer",
"sipcapture",
"capture",
"server",
"client",
"core",
"rtc",
"mqtt",
"postgres",
"mongodb",
"rethinkdb",
"elasticsearch"
],
"author": "Lorenzo Mangani <[email protected]> (http://qxip.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sipcapture/hepop/issues"
},
"homepage": "https://github.com/sipcapture/hepop#readme",
"dependencies": {
"async": "^2.6.0",
"aws-sdk": "^2.747.0",
"axios": "^0.21.1",
"commander": "^2.13.0",
"crow-metrics": "^4.1.0",
"debug": "^3.1.0",
"elasticsearch": "^14.1.0",
"events": "^2.0.0",
"flat": "^5.0.1",
"hep-js": "^1.0.13",
"import-fresh": "^2.0.0",
"mongodb": "^3.5.0",
"mqtt": "^3.0.0",
"oh-my-log": "^5.0.1",
"optimist": "^0.6.1",
"parsip": "^1.0.5",
"perf_hooks": "0.0.1",
"pg-promise": "^8.2.1",
"receptacle": "^1.3.0",
"rethinkdbdash": "^2.3.31",
"safe-stable-stringify": "^1.0.1",
"sipfix": "^1.0.1"
}
}