-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 894 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 894 Bytes
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
{
"name": "koa-api-combo",
"version": "4.0.0",
"description": "proxy multiple http or https requests, and response the result array by combine all the result.",
"main": "index.js",
"scripts": {
"prepublish": "eslint .",
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yss/koa-api-combo.git"
},
"keywords": [
"koa",
"api",
"combo",
"middleware",
"koa2",
"node",
"proxy"
],
"engineStrict": true,
"engines": {
"node": ">=4.0.0"
},
"author": "yss",
"license": "ISC",
"bugs": {
"url": "https://github.com/yss/koa-api-combo/issues"
},
"homepage": "https://github.com/yss/koa-api-combo#readme",
"devDependencies": {
"eslint": "=5.16.0",
"eslint-plugin-jsdoc": "=3.1.2",
"mocha": "~3.4.2",
"should": "~11.2.1",
"static-server": "=2.2.1"
}
}