forked from yosuke-furukawa/httpstat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 831 Bytes
/
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
{
"name": "httpstat",
"version": "1.2.0",
"description": "httpstat can visualize http performance like curl interface inspired by [go httpstat](http://github.com/davecheney/httpstat)",
"main": "index.js",
"bin": "./bin/index.js",
"scripts": {
"test": "eater"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yosuke-furukawa/httpstat.git"
},
"keywords": [
"httpstat",
"perf",
"curl"
],
"author": "yosuke-furukawa",
"license": "MIT",
"bugs": {
"url": "https://github.com/yosuke-furukawa/httpstat/issues"
},
"homepage": "https://github.com/yosuke-furukawa/httpstat#readme",
"dependencies": {
"minimist": "^1.2.0",
"sprintf": "^0.1.5"
},
"devDependencies": {
"assert-stream": "^1.1.1",
"eater": "^3.1.0",
"must-call": "^1.0.0"
}
}