forked from amethystnetwork-dev/Tsunami
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 941 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
{
"name": "tsunami",
"version": "2.5.0",
"repository": "https://github.com/amethystnetwork-dev/Tsunami",
"bugs": {
"url": "https://github.com/amethystnetwork-dev/Tsunami/issues"
},
"description": "Tsunami is a unfficial Fog Network proxy site, made to access the blocked web",
"scripts": {
"start": "node index.mjs"
},
"keywords": [
"javascript",
"proxy",
"bypass",
"proxy-site",
"unblocker",
"fog-network"
],
"author": "Fog Network",
"license": "MIT",
"dependencies": {
"@tomphttp/bare-server-node": "1.0.4-deps1",
"acorn-hammerhead": "^0.5.0",
"css-tree": "^1.1.3",
"esotope-hammerhead": "^0.6.1",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"parse5": "^6.0.1",
"Rhodium": "github:ludicrousdevelopment/rhodium",
"webpack": "^5.46.0"
}
}