-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 647 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 647 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
{
"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": {
"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"
}
}