-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.05 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.05 KB
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
{
"name": "reqman",
"description": "Reqman is a tool that can quickly help back-end engineers with api testing, as well as a nodejs-based crawler tool.",
"version": "0.9.3",
"author": "ZhiBing <17560235@qq.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lisniuse/reqman.git"
},
"homepage": "https://github.com/lisniuse/reqman",
"keywords": [
"test",
"apitest",
"request",
"web",
"restful",
"api",
"backend"
],
"dependencies": {
"chalk": "^2.4.1",
"flyio": "^0.6.13",
"lodash": "^4.17.10",
"opencollective-postinstall": "^2.0.2",
"word-table": "^1.0.3"
},
"devDependencies": {
"eslint": "^5.2.0",
"koa": "^2.5.2"
},
"engines": {
"node": ">= 8.0.0"
},
"files": [
"LICENSE",
"README.md",
"Readme_cn.md",
"index.js",
"lib/"
],
"scripts": {
"test": "",
"postinstall": "opencollective-postinstall || true"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/reqman"
}
}