Files
MinecraftChat/package.json
T
2015-04-30 15:41:26 -05:00

43 lines
986 B
JSON

{
"name": "Chat",
"version": "1.0.0",
"description": "Minecraft 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",
"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: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"
}