mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-15 03:14:56 -05:00
15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"name": "minecraft-protocol",
|
|
"version": "0.0.0",
|
|
"description": "minecraft protocol",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"keywords": [
|
|
"minecraft",
|
|
"protocol"
|
|
],
|
|
"author": "Andrew Kelley",
|
|
"license": "BSD",
|
|
}
|