flying-squid/package.json
2015-08-30 19:49:46 +02:00

46 lines
981 B
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"
},
"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",
"requireindex": "~1.0.0",
"prismarine-block": "0.1.0",
"minecraft-data": "0.7.0",
"mkdirp":"0.5.1"
},
"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"
}
}