forked from taksheels/TacoProxy
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 759 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 759 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
26
27
28
29
30
{
"name": "alloyproxy",
"version": "1.0.0",
"description": "Proxy library to unblock the web!",
"main": "app.js",
"scripts": {
"test": "node app.js",
"start": "node app.js"
},
"keywords": [
"proxy",
"unblocker",
"web",
"proxy"
],
"author": "Titanium Network",
"license": "MIT",
"bugs": {
"url": "https://github.com/titaniumnetwork-dev/alloyproxy/issues"
},
"homepage": "https://github.com/titaniumnetwork-dev/alloyproxy#readme",
"dependencies": {
"alloyproxy": "^1.0.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mime-types": "^2.1.27",
"xss": "^1.0.8"
}
}