forked from horaci/node-mitm-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 724 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ "name": "filtering-proxy",
"version": "0.1.0",
"author": "Bich C. Le",
"contributors": [
{ "name": "Bich C. Le", "email": "bcle00@gmail.com" }
],
"description" : "A man-in-the-middle proxy capable of inspecting and modifying SSL/TLS traffic, with on-the-fly certificate generation",
"main" : "proxy",
"engines" : { "node": ">0.8.8" },
"keywords" : [ "filter", "proxy", "mitm", "http", "https", "ssl", "certificate" ],
"dependencies" : {
"colors" : ">=0.1.0",
"certgen" : ">=0.2.1",
"log4js" : ">=0.5.3",
"nomnom" : ">=1.5.2",
"request" : ">=2.11.4",
"tmp": ">=0.0.14"
},
"repository" : {
"type": "git",
"url": "https://github.com/bcle/filtering-proxy.git"
}
}