-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 893 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
35
{
"name": "egg-proxy-middleware",
"version": "1.0.0",
"description": "koa proxy middleware for eggjs framework",
"license": "MIT",
"bugs": {
"url": "https://github.com/longmore/egg-proxy-middleware/issues"
},
"main": "index.js",
"scripts": {
"pub": "npm version patch && npm publish && git push --follow-tags"
},
"author": "longmore <[email protected]>",
"keywords": [
"egg",
"eggjs",
"koa2",
"plugin",
"proxy",
"egg-proxy",
"koa2-proxy",
"egg-proxy-middleware"
],
"repository": {
"type": "git",
"url": "https://github.com/longmore/egg-proxy-middleware.git"
},
"author": "zhangrongmou",
"dependencies": {
"co-body": "^2.0.0",
"formidable": "^1.0.17",
"lodash": "^4.17.10",
"request": "^2.56.0"
}
}