33 lines
810 B
JSON
33 lines
810 B
JSON
{
|
|
"name": "pocket-minecraft-protocol",
|
|
"version": "1.0.0",
|
|
"description": "Parse and serialize Minecraft PE packets.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"minecraft",
|
|
"pocket-edition",
|
|
"protocol"
|
|
],
|
|
"author": "mhsjlw <mhsjlw@aol.com>",
|
|
"contributors": [
|
|
"rom1504"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prismarine-nbt": "^0.2.1",
|
|
"protodef": "^1.1.2",
|
|
"raknet": "^1.2.0"
|
|
},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mhsjlw/pocket-minecraft-protocol.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mhsjlw/pocket-minecraft-protocol/issues"
|
|
},
|
|
"homepage": "https://github.com/mhsjlw/pocket-minecraft-protocol#readme"
|
|
}
|