-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
38 lines (38 loc) · 839 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
{
"name": "logproxy",
"version": "0.0.8",
"description": "set up a proxy to log http archives",
"main": "index.js",
"dependencies": {
"chardet": "^0.0.8",
"bufferhelper": "^0.2.0",
"http-proxy": "^0.10.4",
"iconv": "^2.0.7",
"color": "^0.5.0",
"util": "^0.10.2",
"colors": "^0.6.2",
"httparchive.js": "^1.2.1",
"iconv-lite": "^0.2.11"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"logproxy": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/unbug/logproxy"
},
"keywords": [
"http log",
"http proxy"
],
"author": "unbug",
"license": "MIT",
"bugs": {
"url": "https://github.com/unbug/logproxy/issues"
},
"homepage": "https://github.com/unbug/logproxy"
}