-
-
Notifications
You must be signed in to change notification settings - Fork 201
/
package.json
34 lines (34 loc) · 819 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
34
{
"name": "degeneracy",
"version": "1.5.0",
"description": "A functional, free, and easy to use web proxy site.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Degen-dev/Degeneracy.git"
},
"keywords": [
"proxy",
"bypass",
"unblocked-websites",
"unblocker",
"unblock",
"unblocked-games",
"degenerate",
"iboss"
],
"author": "Degen-dev",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Degen-dev/Degeneracy/issues"
},
"homepage": "https://github.com/Degen-dev/Degeneracy#readme",
"dependencies": {
"bare-server-node": "github:tomphttp/bare-server-node",
"node-static": "^0.7.11"
}
}