-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
46 lines (46 loc) · 845 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
43
44
45
46
{
"name": "pm2-axon",
"description": "High-level messaging & socket patterns implemented in pure js",
"version": "4.0.1",
"author": {
"name": "TJ Holowaychuk",
"email": "[email protected]"
},
"engines": {
"node": ">=5"
},
"dependencies": {
"amp": "~0.3.1",
"amp-message": "~0.1.1",
"debug": "^4.3.1",
"escape-string-regexp": "^4.0.0"
},
"devDependencies": {
"better-assert": "*",
"commander": "*",
"humanize-number": "0.0.2",
"mocha": "^8.1",
"should": "*"
},
"keywords": [
"zmq",
"zeromq",
"pubsub",
"socket",
"emitter",
"ipc",
"rpc"
],
"repository": {
"type": "git",
"url": "https://github.com/Unitech/pm2-axon.git"
},
"scripts": {
"test": "make test"
},
"license": "MIT",
"files": [
"lib",
"index.js"
]
}