-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
39 lines (39 loc) · 984 Bytes
/
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
{
"name": "basic-minecraft-proxy",
"version": "2.0.2",
"description": "A node.js Minecraft proxy created with node-minecraft-protocol",
"keywords": [
"minecraft",
"minecraft-protocol",
"proxy",
"minecraft-proxy",
"mc-proxy"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dario Crosa",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/7ixi0/node-minecraft-proxy.git"
},
"bugs": {
"url": "https://github.com/7ixi0/node-minecraft-proxy/issues"
},
"dependencies": {
"minecraft-data": "^2.26.0",
"minecraft-protocol": "^1.5.1",
"node-rsa": "^0.4.2",
"queuejs": "^0.1.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0"
}
}