forked from Barbosik/MultiOgar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 725 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
{
"name": "MultiOgar-Fixed",
"version": "1.3",
"description": "Open source Ogar server",
"author": "Barbosik (https://github.com/Barbosik/MultiOgar)",
"homepage": "https://github.com/Barbosik/MultiOgar",
"license": "Apache-2.0",
"main": "src/index.js",
"dependencies": {
"quad-node": "^1.0.5",
"vector2-node": "latest",
"ws": "latest"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/FlushDesert22/MultiOgar_Fixed"
},
"bugs": {
"url": "https://github.com/FlushDesert22/MultiOgar_Fixed/issues"
}
}