-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 958 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
{
"name": "evilevents",
"version": "2.0.16",
"description": "A node.js module to handle event based Inter Processes Communication",
"main": "index.js",
"scripts": {
"test": "node node_modules/tap/bin/run.js test/*.js --jobs=1 --no-check-coverage"
},
"repository": {
"type": "git",
"url": "git@github.com-eviltik:eviltik/evilevents"
},
"keywords": [
"ipc",
"socket",
"message",
"queue",
"cluster",
"json",
"event"
],
"tap": {
"check-coverage": false
},
"author": "eviltik",
"license": "MIT",
"bugs": {
"url": "https://github.com/eviltik/evilevents/issues"
},
"homepage": "https://github.com/eviltik/evilevents#readme",
"devDependencies": {
"async": "3.2.1",
"microtime": "3.0.0",
"pretty-size": "2.0.0",
"sprintf-js": "1.1.2",
"tap": "15.0.9"
},
"dependencies": {
"debug": "4.3.2",
"json-socket": "0.3.0",
"msgpack5-stream": "1.0.0"
}
}