Files
MinecraftChat/package.json
T
2015-04-28 02:01:29 -05:00

34 lines
768 B
JSON
Executable File

{
"name": "Chat",
"version": "1.0.0",
"description": "Minecraft chat client",
"main": "server/index.js",
"dependencies": {
"debug": "^2.1.3",
"express": "^4.12.3",
"mineflayer": "^1.1.0",
"socket.io": "^1.3.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/index.js"
},
"repository": {
"type": "git",
"url": "git@github.com:MCBoard/chat.alexkvazos.com.git"
},
"keywords": [
"minecraft",
"chat",
"client",
"web"
],
"author": "AlexKvazos",
"license": "Propietary Software",
"bugs": {
"url": "https://github.com/MCBoard/chat.alexkvazos.com/issues"
},
"homepage": "https://github.com/MCBoard/chat.alexkvazos.com"
}