{ "name": "Chat", "version": "1.0.0", "description": "Minecraft chat client", "main": "app/server", "dependencies": { "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", "mineflayer": "git@github.com:andrewrk/mineflayer.git", "socket.io": "^1.3.5", "socket.io-redis": "^0.1.4" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node app/server" }, "repository": { "type": "git", "url": "git@github.com:MCBoard/chat.alexkvazos.com.git" }, "keywords": [ "minecraft", "chat", "client", "web" ], "author": "AlexKvazos", "license": "MIT", "bugs": { "url": "https://github.com/MCBoard/chat.alexkvazos.com/issues" }, "homepage": "https://github.com/MCBoard/chat.alexkvazos.com" }