forked from lklepner/socket.io-adapter-mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.07 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
{
"name": "socket.io-adapter-mongo-upd",
"version": "1.0.2",
"description": "",
"scripts": {
"test": "mocha"
},
"dependencies": {
"debug": "2.6.9",
"mongodb-uri": "^0.9.7",
"msgpack-js": "0.3.0",
"mubsub-upd": "1.0.0",
"socket.io-adapter": "^1.1.1",
"uid2": "0.0.3"
},
"devDependencies": {
"async": "0.2.10",
"expect.js": "0.3.1",
"mocha": "^9.0.2",
"socket.io": "^2.0.3",
"socket.io-client": "^4.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/iwolffy/socket.io-adapter-mongo.git"
},
"license": "MIT",
"contributors": [
{
"name": "Sam Workman",
"email": "[email protected]"
},
{
"name": "Shannon Poole",
"email": "[email protected]"
},
{
"name": "Isaac Johnson",
"email": "[email protected]"
},
{
"name": "Chris Whitten",
"email": "[email protected]"
},
{
"name": "Yaw Etse",
"email": "[email protected]"
},
{
"name": "Lou Klepner",
"email": "[email protected]"
}
]
}