-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
executable file
·33 lines (33 loc) · 1.04 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
{
"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" : "0.1.0",
"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/qarea/websockets-stress-test/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/qarea/websockets-stress-test.git"
},
"contributors": [
{
"name": "Bogdan Tkachenko",
"github": "https://github.com/bogus-weber"
}
],
"engines": {
"node": ">=0.2.5"
},
"dependencies": {
"ws": "latest",
"cli": "latest"
},
"licenses": [{
"type": "GPLv3"
}]
}