-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (41 loc) · 964 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
{
"name": "metroplex",
"version": "1.0.2",
"description": "Metroplex is capable of transforming into a battle station, giant robot or a distributed connect client directory for Primus.",
"main": "index.js",
"scripts": {
"test": "mocha test/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/primus/metroplex"
},
"keywords": [
"primus",
"distributed",
"scale",
"real-time",
"metroplex"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/primus/metroplex/issues"
},
"homepage": "https://github.com/primus/metroplex",
"devDependencies": {
"assume": "^2.2.0",
"mocha": "^8.2.1",
"omega-supreme": "^3.0.0",
"pre-commit": "^1.2.0",
"primus": "^8.0.1",
"ws": "^7.3.0"
},
"dependencies": {
"async": "^3.2.0",
"eventemitter3": "^4.0.0",
"fusing": "^1.0.0",
"ioredis": "^4.17.0",
"ip": "^1.1.4"
}
}