flying-squid/package.json
Romain Beaumont 539b9c1314 implement portal detection and use it when flint and steel is used
currently places cactus instead of nether block because nether block seems to require the multi block change packet

lot of tests are already there, but some more need to be added, it seems some cases don't work (when the portal have edges it seems)
2015-12-12 06:45:39 +01:00

70 lines
1.7 KiB
JSON

{
"name": "flying-squid",
"description": "A minecraft server written in node.js",
"version": "0.3.0",
"main": "index.js",
"author": "mhsjlw <mhsjlw@aol.com>",
"contributors": [
{
"name": "rom1504",
"email": "romain.rom1@gmail.com"
}
],
"bin": {
"flying-squid": "./app.js"
},
"scripts": {
"prepublish": "gulp && require-self",
"test": "mocha --reporter spec distTest"
},
"keywords": [],
"licenses": {
"type": "MIT"
},
"dependencies": {
"babel-runtime": "^5.4.4",
"emit-then": "^1.0.2",
"event-promise": "0.0.1",
"flatmap": "0.0.3",
"minecraft-data": "0.7.0",
"minecraft-protocol": "0.16.3",
"mkdirp": "0.5.1",
"moment": "^2.10.6",
"node-dir": "~0.1.9",
"node-uuid": "^1.4.3",
"prismarine-block": "0.1.0",
"prismarine-chunk": "0.2.1",
"prismarine-entity": "0.2.0",
"prismarine-item": "0.0.0",
"prismarine-windows": "0.0.0",
"prismarine-world": "0.3.3",
"prismarine-world-sync": "0.1.0",
"random-seed": "^0.2.0",
"range": "0.0.3",
"request-promise": "^0.4.3",
"requireindex": "~1.0.0",
"spiralloop": "1.0.2",
"vec3": "0.1.3"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mhsjlw/flying-squid.git"
},
"bugs": {
"url": "http://github.com/mhsjlw/flying-squid/issues"
},
"devDependencies": {
"babel": "5.8.23",
"chai": "~3.2.0",
"doctoc": "^0.15.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.3.0",
"longjohn": "~0.2.8",
"mineflayer": "^1.5.3",
"mocha": "~2.3.4",
"require-self": "^0.1.0"
}
}