MCSManager/package.json

47 lines
1.0 KiB
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-13 12:26:31 +08:00
"version": "8.0.0",
2017-11-18 15:48:48 +08:00
"description": "A Simple Minecraft server web panel",
"main": "app.js",
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",
2017-11-18 15:48:48 +08:00
"properties": "^1.2.1"
},
"devDependencies": {
"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",
"properties": "^1.2.1"
},
"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"
},
"author": {
"name": "Suwings",
"email": "Suwings@outlook.com",
"url": "https://github.com/Suwings"
2017-11-13 12:26:31 +08:00
},
2017-11-18 15:48:48 +08:00
"license": "AGPL"
2017-11-13 12:26:31 +08:00
}