forked from BedrockStreaming/websocket-bench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 928 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
{
"name": "websocket-bench",
"version": "0.2.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": "~1.3.5",
"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": "~1.3.5",
"primus": "~1.5.2",
"autobahn": "~0.9.5"
},
"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"
}
}