-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 950 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
40
41
42
43
{
"name": "@dblk/yamp",
"version": "1.0.4",
"description": "Simple MITM HTTP/HTTPS proxy with capability of chaining middleware",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/dblk/yamp"
},
"homepage": "https://github.com/dblk/yamp#readme",
"keywords": [
"http",
"https",
"proxy",
"middleware",
"websocket",
"man in the middle",
"mitm",
"ssl"
],
"dependencies": {
"async": "^2.6.2",
"body-parser": "^1.20.1",
"connect": "^3.6.6",
"debug": "^4.3.4",
"mkdirp": "^1.0.4",
"node-forge": "^1.3.1",
"semaphore": "^1.1.0"
},
"devDependencies": {
"eslint": "8.2.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.27.5"
},
"author": {
"name": "Remy Boulanouar",
"email": "admin@dblk.org"
},
"license": "MIT"
}