-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
39 lines (39 loc) · 945 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
{
"name": "websocket-vs-socket.io",
"version": "0.0.13",
"description": "Comparing WebSocket and Socket.IO on Node.js with Express.js",
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"websocket-vs-socket.io": "ws-vs-si.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rsp/node-websocket-vs-socket.io.git"
},
"keywords": [
"websocket",
"socket",
"socket.io",
"ws",
"express",
"express.js"
],
"author": {
"name": "Rafał Pocztarski",
"email": "[email protected]",
"url": "https://rsp.github.io/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rsp/node-websocket-vs-socket.io/issues"
},
"homepage": "https://github.com/rsp/node-websocket-vs-socket.io#readme",
"dependencies": {
"express": "^4.14.0",
"express-ws": "^2.0.0",
"socket.io": "^1.4.8"
}
}