flying-squid/package.json
Romain Beaumont 974fcafba7 add a digging and placing test
the placing test is currently skipped because it doesn't always work (might be better to restart the server and bots at each test)
2015-12-07 00:06:43 +01:00

67 lines
1.6 KiB
JSON

{
"name": "flying-squid",
"description": "A minecraft server written in node.js",
"version": "0.2.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",
"test": "mocha --reporter spec distTest"
},
"keywords": [],
"licenses": {
"type": "MIT"
},
"dependencies": {
"babel-runtime": "^5.4.4",
"emit-then": "^1.0.2",
"minecraft-data": "0.7.0",
"minecraft-protocol": "0.16.2",
"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",
"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",
"event-promise": "0.0.1",
"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.2",
"mocha": "~2.3.4"
}
}