forked from akinsella/websocket-bench-sockjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.39 KB
/
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
49
50
51
52
53
54
55
56
57
58
{
"name": "websocket-bench-sockjs",
"version": "0.4.8",
"description": "Tool for benchmark websocket (socket.io, faye, primus, sockjs)",
"main": "index.js",
"scripts": {
"test": "gulp mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/akinsella/websocket-bench-sockjs.git"
},
"bin": {
"websocket-bench-sockjs": "./bin/websocket-bench-sockjs"
},
"author": "Alexis Kinsella <[email protected]> (http://blog.helyx.org/)",
"license": "BSD",
"dependencies": {
"chance": "^0.7.0",
"cli-table": "~0.3.0",
"colors": "~0.6",
"commander": "~1.1.1",
"fast-csv": "^0.5.2",
"graphite": "*",
"lodash": "^2.4.1",
"mkdirp": "^0.5.0",
"moment": "*",
"node-sockjs-client-aki": "^1.0.0",
"request": "2.34.0",
"stripcolorcodes": "^0.1.0",
"underscore": "*",
"uuid": "1.4.1",
"winston": "~0.7.1"
},
"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"
},
"bugs": {
"url": "https://github.com/akinsella/websocket-bench-sockjs/issues"
},
"homepage": "https://github.com/akinsella/websocket-bench-sockjs",
"directories": {
"test": "test"
},
"keywords": [
"websocket",
"bench",
"sockjs"
]
}