31 lines
1 KiB
JSON
31 lines
1 KiB
JSON
{
|
|
"name": "holyub",
|
|
"version": "6.2.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": "GNU AFFERO",
|
|
"dependencies": {
|
|
"@mercuryworkshop/bare-mux": "^1.1.4",
|
|
"@mercuryworkshop/epoxy-transport": "^2.0.6",
|
|
"@titaniumnetwork-dev/ultraviolet": "^3.1.5",
|
|
"@tomphttp/bare-server-node": "^2.0.3",
|
|
"babel": "^6.23.0",
|
|
"express": "^4.19.2",
|
|
"helmet": "^7.1.0",
|
|
"mime-types": "^2.1.35",
|
|
"node-fetch": "^3.3.2",
|
|
"rammerhead": "https://github.com/NebulaServices/rammerhead/releases/download/rammerhead-1.2.41-nebula.8/rammerhead-1.2.41-nebula.7.tgz",
|
|
"wisp-server-node": "^1.1.0",
|
|
"ws": "^8.18.0"
|
|
}
|
|
}
|