forked from axiak/filternet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 721 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 721 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
{
"name": "filternet",
"version": "0.0.2",
"description": "A proxy library that provides easy hooks to manipulate http and https traffic consistently.",
"author": { "name": "Mike Axiak", "email": "mike@axiak.net" },
"repository": {
"type": "git",
"url": "https://github.com/axiak/filternet.git"
},
"homepage": "https://github.com/axiak/filternet",
"bugs": "https://github.com/axiak/filternet/issues",
"dependencies": {
"bufferjs": "~ 1.0"
},
"main": "index",
"license": "BSD",
"engines": { "node": ">= 0.6.0" },
"keywords": [
"proxy",
"http",
"https",
"mitm",
"intercept",
"transparent"
]
}