-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1023 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
{
"name": "@mother/socket.io-adapter-mongo",
"version": "0.0.7",
"description": "socket.io adapter for MongoDB",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mother/socket.io-adapter-mongo.git"
},
"keywords": [
"socketio",
"socket.io",
"mongo",
"mongodb",
"mongoose",
"adapter",
"websockets"
],
"files": [
"index.js"
],
"scripts": {
"test": "mocha"
},
"dependencies": {
"debug": "^3.1.0",
"mongoose": "^5.8.3",
"notepack.io": "^2.1.3",
"socket.io-adapter": "^1.1.2",
"uid2": "0.0.3"
},
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "~3.4.2",
"mockgoose": "~7.3.3",
"socket.io": "~2.4.0",
"socket.io-client": "~2.1.0"
},
"bugs": {
"url": "https://github.com/mother/socket.io-adapter-mongo/issues"
},
"homepage": "https://github.com/mother/socket.io-adapter-mongo#readme",
"main": "index.js",
"directories": {
"test": "test"
},
"author": ""
}