forked from mcollina/autocannon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.32 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
59
{
"name": "autocannon",
"version": "0.13.3",
"description": "Fast HTTP benchmarking tool written in Node.js",
"main": "autocannon.js",
"bin": {
"autocannon": "autocannon.js"
},
"scripts": {
"test": "standard && tap test/*.test.js"
},
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/autocannon.git"
},
"keywords": [
"http",
"soak",
"load",
"fast",
"wrk",
"ab",
"test"
],
"author": "Matteo Collina <[email protected]>",
"contributors": [
"Glen Keane <[email protected]> (http://glenkeane.me/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/autocannon/issues"
},
"homepage": "https://github.com/mcollina/autocannon#readme",
"devDependencies": {
"bl": "^1.1.2",
"pre-commit": "^1.1.2",
"split2": "^2.1.0",
"standard": "^6.0.8",
"tap": "^5.7.0"
},
"dependencies": {
"chalk": "^1.1.3",
"color-support": "^1.1.1",
"deep-extend": "^0.4.1",
"hdr-histogram-percentiles-obj": "^1.1.0",
"http-parser-js": "^0.4.2",
"minimist": "^1.2.0",
"native-hdr-histogram": "^0.3.0",
"pretty-bytes": "^3.0.1",
"progress": "^1.1.8",
"retimer": "^1.0.1",
"table": "^3.7.8",
"timestring": "^3.0.1",
"xtend": "^4.0.1"
}
}