mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
47 lines
1018 B
JSON
47 lines
1018 B
JSON
{
|
|
"name": "minecraft_server_manager",
|
|
"version": "8.0.0",
|
|
"description": "A Simple Minecraft server web panel",
|
|
"Keywords": [
|
|
"Minecraft",
|
|
"MinecraftServerManager",
|
|
"MinecraftServerPanel"
|
|
],
|
|
"main": "app.js",
|
|
"author": "Suwings",
|
|
"readmeFilename": "README.md",
|
|
"license": "AGPL",
|
|
"contributors": [
|
|
"Suwings",
|
|
"pppploi8",
|
|
"paji"
|
|
],
|
|
"dependencies": {
|
|
"body-parser": "^1.17.2",
|
|
"colors": "^1.1.2",
|
|
"compression": "^1.7.2",
|
|
"connect": "^3.6.2",
|
|
"cookie-parser": "^1.4.3",
|
|
"express": "^4.15.3",
|
|
"express-session": "^1.15.3",
|
|
"express-ws": "^3.0.0",
|
|
"fs-extra": "^5.0.0",
|
|
"iconv-lite": "^0.4.21",
|
|
"multiparty": "^4.1.3",
|
|
"os-utils": "0.0.14",
|
|
"pidusage": "^1.1.5",
|
|
"properties": "^1.2.1",
|
|
"uuid": "^3.2.1"
|
|
},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Suwings/MCSManager"
|
|
},
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
} |