{ "name": "flying-squid", "description": "A minecraft server written in node.js", "version": "0.1.0", "main": "index.js", "author": "mhsjlw ", "contributors": [ { "name": "rom1504", "email": "romain.rom1@gmail.com" } ], "bin": { "flying-squid": "./app.js" }, "scripts": { "test": "mocha --reporter spec", "postinstall": "babel -d node_modules/prismarine-world/dist/ node_modules/prismarine-world/src/ && babel -d node_modules/prismarine-chunk/dist/ node_modules/prismarine-chunk/src/ " }, "keywords": [], "licenses": { "type": "MIT" }, "dependencies": { "buffers": "0.1.1", "chai": "~3.2.0", "minecraft-data": "0.7.0", "minecraft-protocol": "^0.14.0", "mkdirp": "0.5.1", "mocha": "~2.2.5", "moment": "^2.10.6", "prismarine-block": "0.1.0", "prismarine-chunk": "git://github.com/rom1504/prismarine-chunk.git#use-prismarine-block", "prismarine-entity": "0.1.0", "prismarine-world": "git://github.com/rom1504/prismarine-world.git#implementation", "request": "^2.61.0", "requireindex": "~1.0.0", "vec3": "0.1.3" }, "repository": { "type": "git", "url": "git://github.com/mhsjlw/flying-squid.git" }, "bugs": { "url": "http://github.com/mhsjlw/flying-squid/issues" }, "devDependencies": { "doctoc": "^0.15.0", "longjohn": "~0.2.8", "babel": "5.8.23" } }