-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 865 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 865 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
31
32
33
34
35
36
{
"name": "cloud-core-server",
"version": "2.0.23",
"description": "An open-source way to run Minecraft easily on linux using JavaScript.",
"main": "cloud-core.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/Chezzer-ub/cloud-core.git"
},
"keywords": [
"minecraft",
"git",
"daemon",
"minecraft",
"host",
"nodejs"
],
"author": "Chezzer <ryanhamiltoncherry@gmail.com> (http://chezzer.dev)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Chezzer-ub/cloud-core/issues"
},
"homepage": "https://github.com/Chezzer-ub/cloud-core#readme",
"dependencies": {
"child_process": "^1.0.2",
"events": "^3.3.0",
"read-last-lines": "^1.8.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"ws": "^7.4.6"
},
"devDependencies": {}
}