-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 914 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
36
37
38
39
{
"name": "http-proxy-interceptor",
"version": "0.8.7",
"description": "middleware for node-http-proxy to modify responses using streams",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaysond/http-proxy-interceptor.git"
},
"keywords": [
"http",
"https",
"proxy",
"stream",
"response"
],
"author": "Aram Akhavan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaysond/http-proxy-interceptor/issues"
},
"homepage": "https://github.com/kaysond/http-proxy-interceptor#readme",
"devDependencies": {
"chai": "^4.2.0",
"connect": "^3.7.0",
"express": "^4.17.1",
"http-proxy": "^1.18.0",
"mocha": "^7.1.1",
"stream-replace": "^1.0.0",
"trumpet": "^1.7.2"
},
"dependencies": {}
}