四好公路
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

36 lines
783 B

{
"name": "koa-proxy",
"version": "0.9.0",
"description": "Proxy middleware for koa",
"main": "index",
"dependencies": {
"iconv-lite": "^0.2.11",
"co-request": "^0.2.0"
},
"keywords": [
"koa",
"middleware",
"proxy"
],
"devDependencies": {
"coveralls": "~2.8.0",
"istanbul-harmony": "*",
"koa": "^0.5.2",
"koa-body-parser": "^1.1.2",
"koa-router": "^3.1.2",
"koa-static": "^1.4.3",
"mocha": "~1.17.1",
"should": "~3.1.3",
"supertest": "^0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/popomore/koa-proxy"
},
"homepage": "https://github.com/popomore/koa-proxy",
"author": "popomore <sakura9515@gmail.com>",
"license": "MIT",
"scripts": {
"test": "make test"
}
}