MCSManager/package.json

45 lines
937 B
JSON
Raw Normal View History

2017-11-13 12:26:31 +08:00
{
2017-11-18 15:48:48 +08:00
"name": "MinecraftServerManager",
2017-11-20 12:40:10 +08:00
"version": "8.0.0",
2017-11-18 15:48:48 +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",
"license": "AGPL",
"contributors": [
"Suwings",
"pppploi8",
"paji"
],
2017-11-13 12:26:31 +08:00
"dependencies": {
"body-parser": "^1.17.2",
"colors": "^1.1.2",
"connect": "^3.6.2",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"express-session": "^1.15.3",
"express-ws": "^3.0.0",
"os-utils": "0.0.14",
"pidusage": "^1.1.5",
2018-01-20 14:50:41 +08:00
"properties": "^1.2.1",
"fs-extra": "^5.0.0",
"multiparty": "^4.1.3"
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": {
2017-11-18 15:48:48 +08:00
"start": "node app.js"
},
"engines": {
"node": ">=8.0"
2017-11-20 12:52:07 +08:00
}
2018-01-20 14:50:41 +08:00
}