-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.08 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
{
"name": "hammer-time",
"version": "2.0.1",
"description": "Flood a socket.io server with messages",
"main": "index.js",
"scripts": {
"test": "standard && npm run dep && tap test/*spec.js",
"dep": "dependency-check . && dependency-check . --no-dev --unused"
},
"repository": {
"type": "git",
"url": "git://github.com/scriptollc/hammer-time"
},
"bin": {
"hammer-time": "bin/hammer-time.js"
},
"keywords": [
"socket.io",
"load test",
"load testing",
"sockets",
"websockets",
"web-sockets",
"load tests",
"socket client",
"swarm"
],
"author": "Todd Kennedy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/scriptollc/hammer-time/issues"
},
"homepage": "https://github.com/scriptollc/hammer-time",
"dependencies": {
"minimist": "~1.2.0",
"npmlog": "~4.1.0",
"socket.io-client": "~2.0.3"
},
"devDependencies": {
"dependency-check": "^2.9.1",
"socket.io": "~2.0.3",
"standard": "^10.0.2",
"tap": "~10.5.1"
},
"engine": {
"node": "^6.0.0"
}
}