CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
AroriaNetwork

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: AroriaNetwork/TacoProxy
Path: blob/main/package.json
Views: 311
1
{
2
"name": "alloyproxy",
3
"version": "1.0.0",
4
"description": "Proxy library to unblock the web!",
5
"main": "app.js",
6
"scripts": {
7
"test": "node app.js",
8
"start": "node app.js"
9
},
10
"keywords": [
11
"proxy",
12
"unblocker",
13
"web",
14
"proxy"
15
],
16
"author": "Titanium Network",
17
"license": "MIT",
18
"bugs": {
19
"url": "https://github.com/titaniumnetwork-dev/alloyproxy/issues"
20
},
21
"homepage": "https://github.com/titaniumnetwork-dev/alloyproxy#readme",
22
"dependencies": {
23
"alloyproxy": "^1.0.0",
24
"cookie-parser": "^1.4.5",
25
"express": "^4.17.1",
26
"express-session": "^1.17.1",
27
"mime-types": "^2.1.27",
28
"xss": "^1.0.8"
29
}
30
}
31
32