forked from ramkumarc/socket.io-mongodb-emitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 785 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
{
"name": "socket.io-mongodb-emitter",
"version": "2.0.0",
"description": "`socket.io-mongodb-emitter` is an mongodb implementation of `socket-io-emitter`",
"main": "index.js",
"dependencies": {
"msgpack-js": "^0.3.0",
"mongodb-uri": "^0.9.7",
"debug": "^0.7.4",
"has-binary-data": "^0.1.1",
"uid2": "^0.0.3",
"socket.io-parser": "^3.1.0",
"mubsub": "^1.4.0"
},
"devDependencies": {},
"keywords": [
"socket.io",
"mongodb"
],
"maintainers": [
{
"name": "Ram",
"email": "[email protected]"
},
{
"name": "Lou Klepner",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ramkumarc/socket.io-mongodb-emitter.git"
},
"license": "MIT"
}