forked from QuiteAFancyEmerald/Holy-Unblocker
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 749 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 749 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
27
{
"name": "holyub",
"version": "5.0.0",
"repository": "https://github.com/QuiteAFancyEmerald/Holy-Unblocker",
"description": "Holy Unblocker is a secure web proxy service with support for many sites.",
"main": "backend.js",
"scripts": {
"start": "node backend.js"
},
"keywords": [
"proxy",
"node.js",
"unblocker"
],
"author": "Titanium Network",
"license": "MIT",
"dependencies": {
"@titaniumnetwork-dev/ultraviolet": "^1.0.4",
"@tomphttp/bare-server-node": "^1.2.2",
"babel": "^6.23.0",
"corrosion": "^1.0.0",
"express": "^4.17.1",
"mime-types": "^2.1.27",
"node-fetch": "^3.2.0",
"ws": "^7.5.3"
}
}