forked from socketio/socket.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 1.74 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 1.74 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "logoran-socket.io",
"version": "1.1.4",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
"framework",
"websocket",
"tcp",
"events",
"socket",
"io"
],
"main": "./lib/index",
"files": [
"lib/"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/logoran/socket.io"
},
"scripts": {
"test": "nyc mocha --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.js"
},
"dependencies": {
"accepts": "^1.3.5",
"bufferhelper": "^0.2.1",
"content-disposition": "^0.5.2",
"content-type": "^1.0.4",
"cookies": "^0.7.1",
"debug": "^2.6.9",
"delegates": "^1.0.0",
"engine.io": "~3.1.0",
"error-inject": "^1.0.0",
"fresh": "^0.5.2",
"http-assert": "^1.3.0",
"http-errors": "^1.6.2",
"logoran-compose": "^1.0.0",
"logoran-socket.io-client": "1.1.4",
"mime-types": "^2.1.18",
"only": "0.0.2",
"parseurl": "^1.3.2",
"socket.io-adapter": "~1.1.0",
"socket.io-parser": "~3.1.1",
"statuses": "^1.4.0",
"type-is": "^1.6.16",
"vary": "^1.1.2"
},
"devDependencies": {
"expect.js": "0.3.1",
"logoran-joi-router": "^1.1.1",
"mocha": "^3.5.3",
"nyc": "^11.2.1",
"superagent": "1.6.1",
"supertest": "1.1.0"
},
"contributors": [
{
"name": "Guillermo Rauch",
"email": "rauchg@gmail.com"
},
{
"name": "Arnout Kazemier",
"email": "info@3rd-eden.com"
},
{
"name": "Vladimir Dronnikov",
"email": "dronnikov@gmail.com"
},
{
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com"
},
{
"name": "Leo Long",
"email": "yujunlong2000@gmail.com"
}
]
}