Files
MinecraftChat/package.json
T
2021-05-20 14:55:15 +02:00

45 lines
1.0 KiB
JSON

{
"name": "MinecraftChat",
"version": "1.1.0",
"description": "Minecraft web based chat client",
"main": "bin/start",
"dependencies": {
"babel": "^5.1.13",
"debug": "^2.1.3",
"dotenv": "^1.1.0",
"express": "^4.12.3",
"grunt": "^0.4.5",
"grunt-browserify": "^3.7.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.4.0",
"gruntify-eslint": "^0.1.0",
"mineflayer": "latest",
"moment": "^2.10.2",
"requireindex": "^1.1.0",
"socket.io": "^1.3.5",
"socket.io-redis": "^0.1.4"
},
"devDependencies": {},
"scripts": {
"test": "grunt eslint",
"start": "node bin/start"
},
"repository": {
"type": "git",
"url": "git@github.com:Kuchenm0nster/MinecraftChat.git"
},
"keywords": [
"minecraft",
"chat",
"client",
"web"
],
"author": "AlexKvazos",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kuchenm0nster/MinecraftChat/issues"
},
"homepage": "https://github.com/Kuchenm0nster/MinecraftChat"
}