mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-11 10:31:08 +00:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "flying-squid",
|
|
"description": "A minecraft server written in node.js",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"author": "mhsjlw <mhsjlw@aol.com>",
|
|
"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",
|
|
"node-uuid": "^1.4.3",
|
|
"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",
|
|
"random-seed": "^0.2.0",
|
|
"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"
|
|
}
|
|
}
|