-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
49 lines (49 loc) · 985 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
47
48
49
{
"name": "socket.io-adapter-mongo",
"version": "0.1.6",
"description": "",
"scripts": {
"test": "mocha"
},
"dependencies": {
"debug": "2.2.0",
"mongodb-uri": "^0.9.7",
"msgpack-js": "0.3.0",
"mubsub": "^1.1.2",
"socket.io-adapter": "0.4.0",
"uid2": "0.0.3"
},
"devDependencies": {
"socket.io": "1.0.2",
"socket.io-client": "1.0.2",
"mocha": "1.18.0",
"expect.js": "0.3.1",
"async": "0.2.10"
},
"repository": {
"type": "git",
"url": "https://github.com/modit/socket.io-adapter-mongo.git"
},
"contributors": [
{
"name": "Sam Workman",
"email": "sam@mod.it"
},
{
"name": "Shannon Poole",
"email": "shannon@mod.it"
},
{
"name": "Isaac Johnson",
"email": "iojohnso@gmail.com"
},
{
"name": "Chris Whitten",
"email": "christopherwhitten@gmail.com"
},
{
"name": "Yaw Etse",
"email": "yaw.etse@gmail.com"
}
]
}