forked from BohdanTkachenko/websockets-stress-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.12 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
{
"name": "wsst",
"description": "WebSockets Stress Test - Tool written in NodeJS that allows to make a stress test for your application that uses WebSockets. You can create behavior scenarios that tool will run on every connection in test.",
"version": "1.0.4",
"homepage": "",
"keywords": [
"wsst",
"websockets",
"stress",
"test",
"tool"
],
"author": "Bogdan Tkachenko <bogus.weber@gmail.com>",
"main": "wsst.js",
"bugs": {
"mail": "bogus.weber@gmail.com",
"url": "http://github.com/maxgalbu/websockets-stress-test/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/maxgalbu/websockets-stress-test.git"
},
"contributors": [
{
"name": "Bogdan Tkachenko",
"github": "https://github.com/bogus-weber"
},
{
"name": "Massimo Galbusera",
"github": "https://github.com/maxgalbu"
}
],
"bin": {
"wsst": "wsst.js"
},
"engines": {
"node": ">=0.2.5"
},
"dependencies": {
"ascii-table": "0.0.8",
"cli": "latest",
"socket.io-client": "^1.3.7"
},
"licenses": [
{
"type": "GPLv3"
}
]
}