forked from BedrockStreaming/websocket-bench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 984 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
{
"name": "websocket-bench",
"version": "0.1.0",
"description": "tool for benchmark websocket (socket.io, faye)",
"main": "index.js",
"scripts": {
"test": "gulp mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/M6Web/websocket-bench.git"
},
"bin": {
"websocket-bench": "./bin/websocket-bench"
},
"author": "",
"license": "BSD",
"dependencies": {
"socket.io-client": "~0.9.11",
"engine.io-client": "~0.9.0",
"commander": "~1.1.1",
"colors": "~0.6",
"cli-table": "~0.3.0",
"faye": "~0.8.9",
"winston": "~0.7.1",
"socket.io": "~0.9.14",
"primus": "~1.5.2",
"sockjs-client-node": "0.0.0",
"ws": "^0.4.31"
},
"devDependencies": {
"chai": "~1.6.0",
"mocha": "*",
"sinon": "*",
"gulp": "~3.5.2",
"gulp-util": "~2.2.14",
"gulp-jshint": "~1.4.2",
"jshint-stylish": "~0.1.5",
"gulp-mocha": "~0.4.1",
"gulp-bump": "~0.1.5",
"sockjs": "^0.3.8"
}
}