mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-15 03:14:56 -05:00
11 lines
272 B
JSON
11 lines
272 B
JSON
|
{
|
||
|
"name": "node-minecraft-protocol-example-client-custom-auth",
|
||
|
"version": "0.0.0",
|
||
|
"description": "A node-minecraft-protocol example",
|
||
|
"main": "client_custom_auth.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": ""
|
||
|
}
|