forked from trentwiles/alloyproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 784 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
{
"name": "alloyproxy",
"version": "1.0.0",
"description": "A powerful web proxy!",
"main": "app.js",
"scripts": {
"test": "proxy",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/titaniumnetwork-dev/alloyproxy.git"
},
"keywords": [
"web-proxy"
],
"author": "titaniumnetwork-dev",
"license": "ISC",
"bugs": {
"url": "https://github.com/titaniumnetwork-dev/alloyproxy/issues"
},
"homepage": "https://github.com/titaniumnetwork-dev/alloyproxy#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"follow-redirects": "^1.13.0",
"node-fetch": "^2.6.0",
"parse-raw-http": "0.0.1"
}
}