mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-10 10:01:48 +00:00
25 lines
617 B
JSON
25 lines
617 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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mhsjlw/node-minecraft-server.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/mhsjlw/node-minecraft-server/issues"
|
|
}
|
|
}
|