This commit is contained in:
suwings 2017-11-20 12:52:07 +08:00
parent f824ddb9ba
commit cc12f0a992

View File

@ -4,6 +4,14 @@
"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",
@ -26,8 +34,5 @@
},
"engines": {
"node": ">=8.0"
},
"author": "Suwings",
"readmeFilename": "README.md",
"license": "AGPL"
}
}