forked from rom1504/MinecraftChat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "MinecraftChat",
"version": "1.0.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": "[email protected]:AlexKvazos/MinecraftChat.git"
},
"keywords": [
"minecraft",
"chat",
"client",
"web"
],
"author": "AlexKvazos",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlexKvazos/MinecraftChat/issues"
},
"homepage": "https://github.com/AlexKvazos/MinecraftChat"
}