-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
69 lines (69 loc) · 1.92 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "Tsunami",
"version": "1.0.0",
"repository": "https://github.com/FogNetwork/Tsunami",
"bugs": {
"url": "https://github.com/FogNetwork/Tsunami/issues"
},
"description": "Tsunami is a official Fog Network proxy site, made to access the blocked web",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"javascript",
"proxy",
"bypass",
"proxy-site",
"unblocker",
"fog-network"
],
"author": "Fog Network",
"license": "MIT",
"dependencies": {
"acorn-hammerhead": "^0.5.0",
"alloyproxy": "^1.1.0",
"bindlestiff": "^0.1.0",
"box2d-events": "0.0.1",
"box2d-player": "^0.1.0",
"box2dweb-commonjs": "^2.1.0",
"browserify": "^17.0.0",
"cave-automata-2d": "^0.3.1",
"continuous-box2d": "0.0.0",
"continuous-observer": "^0.2.0",
"cooljs": "^1.0.4",
"corrosion": "^1.0.0",
"css-tree": "^1.1.3",
"dup": "^1.0.0",
"ecstatic": "^4.1.4",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"fps": "0.0.3",
"gamejs": "^2.0.2",
"inherits": "^2.0.4",
"jsdom": "^18.0.0",
"kb-controls": "^0.2.0",
"mime": "^3.0.0",
"mist-yt": "^1.5.0",
"ndarray-continuous": "^0.4.2",
"ndarray-fill": "^1.0.2",
"node-fetch": "^2.1.0",
"object-pool": "^0.2.0",
"opn": "^6.0.0",
"palladiumub": "^1.2.0",
"parse5": "^6.0.1",
"perlin": "^1.0.0",
"pointer-trap": "0.0.0",
"raf": "^3.4.1",
"request": "^2.88.2",
"sys-proxy": "^1.0.3",
"ticker": "^0.1.0",
"unblocker": "^2.3.0",
"vectors": "^0.1.0",
"watchify": "^4.0.0",
"webpack": "^5.58.0",
"ws": "^8.2.3",
"ytdl-core": "^4.9.2",
"zeros": "^1.0.0"
}
}