mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-17 05:21:22 +00:00
25 lines
644 B
JSON
25 lines
644 B
JSON
{
|
|
"name": "mc-plain-server",
|
|
"description": "",
|
|
"version": "0.0.1",
|
|
"main": "./mc-plain-server.js",
|
|
"author": {
|
|
"name": "roblabla",
|
|
"email": "robinlambertz.dev@gmail.com"
|
|
},
|
|
"keywords": [],
|
|
"licenses": {
|
|
"type": "mit"
|
|
},
|
|
"dependencies": {
|
|
"minecraft-protocol": "git://github.com/roblabla/node-minecraft-protocol.git#feature-mc1.7",
|
|
"buffers": "0.1.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/YOUR_LOGIN/mc-plain-server.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/YOUR_LOGIN/mc-plain-server/issues"
|
|
}
|
|
}
|