Added package.json

Added a package.json that has the dependencies for the example code.
This commit is contained in:
Oscar Beaumont 2017-11-09 10:29:56 +08:00 committed by GitHub
parent 39b2fc2157
commit f3a25af4dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,11 @@
{
"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"
}