1 Star 0 Fork 0

赵梓宇 / egg-proxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
张红涛 提交于 2018-11-20 14:40 . ttt
{
"name": "egg-http-proxy2",
"version": "1.0.4",
"description": "egg-plugin http-proxy",
"eggPlugin": {
"name": "httpproxy"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin"
],
"dependencies": {
"http-proxy": "^1.17.0",
"url": "^0.11.0"
},
"devDependencies": {
"autod": "^3.0.0",
"autod-egg": "^1.0.0",
"egg": "^2.0.0",
"egg-bin": "^4.3.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.13.0",
"eslint": "^4.11.0",
"eslint-config-egg": "^5.1.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
"pkgfiles": "egg-bin pkgfiles",
"autod": "autod"
},
"files": [
"app.js",
"agent.js",
"config",
"lib",
"app"
],
"ci": {
"version": "8, 9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shz8/egg-proxy.git"
},
"bugs": {
"url": "https://github.com/eggjs/egg/issues"
},
"homepage": "https://github.com/shz8/egg-proxy#readme",
"author": "zhanght",
"license": "MIT"
}
1
https://gitee.com/zhao-ziyu/egg-proxy.git
git@gitee.com:zhao-ziyu/egg-proxy.git
zhao-ziyu
egg-proxy
egg-proxy
master

搜索帮助