forked from edorivai/koa-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1001 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1001 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
41
42
43
44
45
46
{
"name": "@rp-pedraza/koa-proxy",
"version": "1.0.0-alpha.3.0.6",
"description": "Proxy middleware for koa",
"main": "index",
"files": [
"index.d.ts",
"index.js"
],
"types": "index.d.ts",
"keywords": [
"koa",
"middleware",
"proxy"
],
"dependencies": {
"@types/koa": "^2.15.0",
"koa": "^2.15.4",
"pause-stream": "0.0.11",
"request": "^2.88.2",
"request-promise-native": "^1.0.9"
},
"devDependencies": {
"koa-body": "^2.6.0",
"koa-convert": "^1.2.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"mocha": "^4.1.0",
"should": "^13.2.3",
"supertest": "^3.4.2"
},
"peerDependencies": {
"@types/koa": "2.x",
"koa": "2.x"
},
"repository": {
"type": "git",
"url": "https://github.com/rp-pedraza/koa-proxy"
},
"homepage": "https://github.com/rp-pedraza/koa-proxy",
"author": "R.P. Pedraza <rp.pedraza@gmail.com>",
"license": "MIT",
"scripts": {
"test": "mocha -t 20000"
}
}