-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1003 Bytes
/
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
{
"name": "mom",
"version": "1.0.0",
"description": "my node.js MOM playground",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "behrad",
"license": "ISC",
"dependencies": {
"amqp-connection-manager": "^1.3.5",
"amqplib": "^0.5.1",
"axon": "^2.0.3",
"baseswim": "^1.0.0",
"coworkers": "^0.7.2",
"dnode": "^1.2.2",
"fastbench": "^1.0.1",
"fastify": "^0.23.0",
"from2": "^2.3.0",
"ioredis": "^3.1.1",
"kafka-node": "^1.0.7",
"lru-cache": "^4.1.1",
"mqtt": "^2.1.3",
"msgpack-lite": "^0.1.26",
"nanomsg": "^3.3.0",
"no-kafka": "^3.0.1",
"node-ipc": "^9.0.1",
"pump": "^1.0.2",
"qlobber": "^0.7.0",
"qrpc": "^1.1.6",
"rabbot": "^1.1.0",
"rabbus": "^0.8.2",
"rascal": "^1.1.0",
"shortid": "^2.2.8",
"tentacoli": "^0.6.1",
"through2": "^2.0.3",
"throughv": "^1.0.3",
"upring-pubsub": "^0.2.2",
"yargs": "^8.0.2"
}
}