mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-11 10:31:08 +00:00
26 lines
581 B
JSON
26 lines
581 B
JSON
{
|
|
"name": "node-minecraft-server",
|
|
"description": "A minecraft server written in node.js",
|
|
"version": "0.0.1",
|
|
"main": "app.js",
|
|
"author": {
|
|
"name": "roblabla",
|
|
"email": "robinlambertz.dev@gmail.com"
|
|
},
|
|
"keywords": [],
|
|
"licenses": {
|
|
"type": "MIT"
|
|
},
|
|
"dependencies": {
|
|
"minecraft-protocol": "^0.14.0",
|
|
"buffers": "0.1.1",
|
|
"longjohn": "~0.2.8"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mhsjlw/node-minecraft-server.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/mhsjlw/node-minecraft-server/issues"
|
|
}
|
|
}
|