2017-11-13 12:26:31 +08:00
|
|
|
{
|
2018-04-13 10:08:06 +08:00
|
|
|
"name": "minecraft_server_manager",
|
2020-03-05 17:42:05 +08:00
|
|
|
"version": "8.6.7",
|
2020-01-25 21:03:59 +08:00
|
|
|
"description": "A simple Minecraft server web panel",
|
2018-01-20 14:50:41 +08:00
|
|
|
"Keywords": [
|
|
|
|
"Minecraft",
|
|
|
|
"MinecraftServerManager",
|
|
|
|
"MinecraftServerPanel"
|
|
|
|
],
|
2017-11-18 15:48:48 +08:00
|
|
|
"main": "app.js",
|
2017-11-20 12:52:07 +08:00
|
|
|
"author": "Suwings",
|
|
|
|
"readmeFilename": "README.md",
|
2019-09-17 15:10:05 +08:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2017-11-20 12:52:07 +08:00
|
|
|
"contributors": [
|
|
|
|
"Suwings",
|
|
|
|
"pppploi8",
|
2020-01-25 20:59:41 +08:00
|
|
|
"HonokaClub",
|
|
|
|
"huangsijun17",
|
|
|
|
"lupohan44",
|
|
|
|
"Jecvay",
|
|
|
|
"SaigyoujiYuyuko233"
|
2017-11-20 12:52:07 +08:00
|
|
|
],
|
2017-11-13 12:26:31 +08:00
|
|
|
"dependencies": {
|
2018-10-10 15:23:32 +08:00
|
|
|
"body-parser": "^1.17.2",
|
|
|
|
"colors": "^1.1.2",
|
2020-01-25 20:54:23 +08:00
|
|
|
"compressing": "^1.5.0",
|
2018-10-10 15:23:32 +08:00
|
|
|
"compression": "^1.7.2",
|
|
|
|
"connect": "^3.6.2",
|
2017-11-13 12:26:31 +08:00
|
|
|
"cookie-parser": "^1.4.3",
|
2020-03-04 15:22:09 +08:00
|
|
|
"dockerode": "^3.1.0",
|
2018-10-10 15:23:32 +08:00
|
|
|
"express": "^4.15.3",
|
2017-11-13 12:26:31 +08:00
|
|
|
"express-session": "^1.15.3",
|
2019-10-20 22:08:13 +08:00
|
|
|
"express-ws": "^4.0.0",
|
2018-10-10 15:23:32 +08:00
|
|
|
"fs-extra": "^5.0.0",
|
2018-04-16 11:08:31 +08:00
|
|
|
"ftpd": "git+https://github.com/sstur/nodeftpd.git",
|
2018-05-17 10:48:53 +08:00
|
|
|
"graceful-fs": "^4.1.11",
|
2018-10-10 15:23:32 +08:00
|
|
|
"iconv-lite": "^0.4.21",
|
|
|
|
"multiparty": "^4.1.3",
|
2018-06-02 09:49:09 +08:00
|
|
|
"node-schedule": "^1.3.0",
|
2017-11-13 12:26:31 +08:00
|
|
|
"os-utils": "0.0.14",
|
2018-10-10 15:23:32 +08:00
|
|
|
"pidusage": "^1.1.5",
|
2018-04-02 23:12:21 +08:00
|
|
|
"properties": "^1.2.1",
|
2020-01-25 20:58:43 +08:00
|
|
|
"uuid": "^3.2.1"
|
2017-11-18 15:48:48 +08:00
|
|
|
},
|
2017-11-20 12:35:55 +08:00
|
|
|
"devDependencies": {},
|
2017-11-18 15:48:48 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Suwings/MCSManager"
|
2017-11-13 12:26:31 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-05-30 13:00:26 +08:00
|
|
|
"start": "node app.js",
|
2018-05-30 13:19:40 +08:00
|
|
|
"test": "node app.js --test"
|
2017-11-18 15:48:48 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8.0"
|
2017-11-20 12:52:07 +08:00
|
|
|
}
|
2020-03-27 17:34:43 +08:00
|
|
|
}
|