mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-09 19:04:39 +00:00
40 lines
984 B
JSON
40 lines
984 B
JSON
{
|
|
"name": "basic-minecraft-proxy",
|
|
"version": "2.0.1",
|
|
"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"
|
|
}
|
|
}
|