forked from IIPoliII/Ogar3-JVLan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 749 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 749 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
{
"name": "Ogar",
"version": "1.0.0",
"description": "Open source Agar.io server",
"main": "index.js",
"dependencies": {
"burrow": "0.0.0",
"finalhandler": "^0.3.6",
"serve-static": "^1.9.3",
"ws": "^3.3.1",
"localtunnel":"2.0.0",
"portfinder":"1.0.28"
},
"devDependencies": {},
"scripts": {
"start": "node src/index.js --game",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/forairan/Ogar"
},
"author": "Devin Ryan <devin@forairan.com> (http://devin.codes/)",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/forairan/Ogar/issues"
},
"homepage": "https://github.com/forairan/Ogar"
}