{ "name": "node-minecraft-server", "description": "A minecraft server written in node.js", "version": "0.0.1", "main": "app.js", "author": { "name": "roblabla", "email": "robinlambertz.dev@gmail.com" }, "scripts": { "test": "mocha --reporter spec" }, "keywords": [], "licenses": { "type": "MIT" }, "dependencies": { "minecraft-protocol": "^0.14.0", "buffers": "0.1.1", "mocha": "~2.2.5", "chai": "~3.2.0", "prismarine-chunk": "~0.1.0", "vec3":"0.1.3" }, "repository": { "type": "git", "url": "git://github.com/mhsjlw/node-minecraft-server.git" }, "bugs": { "url": "http://github.com/mhsjlw/node-minecraft-server/issues" }, "devDependencies": { "longjohn": "~0.2.8" } }