-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
93 lines (93 loc) · 2.06 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "nexxus-lib",
"version": "0.4.4",
"description": "The Nexxus library is used by any Nexxus infrastructure node or client",
"main": "index.js",
"engines": {
"node": ">=8.10.0"
},
"types": "index.d.ts",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "[email protected]:Mayhem93/nexxus-lib.git"
},
"scripts": {
"test": "istanbul cover ./node_modules/.bin/mocha -- ./test/nexxusLib.js -R spec -s 1000"
},
"keywords": [
"nexxus",
"library",
"realtime",
"backend",
"server"
],
"bugs": {
"url": "https://github.com/Mayhem93/nexxus-lib/issues"
},
"author": {
"name": "Răzvan Botea",
"email": "[email protected]"
},
"contributors": [
{
"name": "Răzvan Botea",
"email": "[email protected]"
},
{
"name": "Andrei Marinescu",
"email": "[email protected]"
},
{
"name": "Gabi Dobocan",
"email": "[email protected]"
},
{
"name": "Adelina Enache",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"dependencies": {
"agentkeepalive": "3.4.1",
"amqplib": "0.5.2",
"async": "2.6.0",
"clone": "2.1.1",
"dateformat": "3.0.3",
"deep-object-diff": "^1.1.0",
"dot-object": "1.7.0",
"elasticsearch": "15.0.0",
"hiredis": "0.5.0",
"kafka-node": "2.6.1",
"lz4": "0.5.3",
"object-merge": "2.5.1",
"redis": "2.8.0",
"sprintf-js": "1.1.1",
"uuid": "3.2.1",
"validator": "10.2.0",
"winston": "2.4.2"
},
"optionalDependencies": {
"winston-syslog": "2.0.0"
},
"devDependencies": {
"@types/amqplib": "^0.5.8",
"@types/async": "^2.0.49",
"@types/elasticsearch": "^5.0.26",
"@types/es6-collections": "^0.5.31",
"@types/node": "^10.10.0",
"@types/redis": "^2.8.6",
"chai": "github:chaijs/chai#master",
"chai-things": "github:chaijs/chai-things#master",
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-mocha": "5.0.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-standard": "3.1.0",
"istanbul": "0.4.5",
"mocha": "5.1.1",
"sinon": "5.0.7"
}
}