node-minecraft-protocol/examples/server_world/package.json
Oscar Beaumont f3a25af4dc
Added package.json
Added a package.json that has the dependencies for the example code.
2017-11-09 10:29:56 +08:00

11 lines
253 B
JSON

{
"name": "node-minecraft-protocol-example",
"version": "1.0.0",
"private": true,
"dependencies": {
"prismarine-chunk": "^1.7.0",
"vec3": "^0.1.3"
},
"description": "A node-minecraft-protocol example",
"author": "Oscar Beaumont"
}