forked from m-byte918/MultiOgarII
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 685 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 685 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
{
"name": "MultiOgar-Edited",
"version": "1.6.2",
"description": "Open source multi-protocol Ogar server",
"author": "Megabyte918 (https://github.com/Megabyte918)",
"homepage": "https://github.com/Megabyte918/MultiOgar-Edited",
"license": "Apache-2.0",
"main": "src/index.js",
"dependencies": {
"ws": "latest",
"figlet": "latest"
},
"devDependencies": {},
"scripts": {
"start": "cd src && node index"
},
"repository": {
"type": "git",
"url": "https://github.com/Megabyte918/MultiOgar-Edited"
},
"bugs": {
"url": "https://github.com/Megabyte918/MultiOgar-Edited/issues"
}
}