bedrock-protocol/package.json
Filiph Sandström 332d0a5e49 Update package.json
2016-12-05 20:57:48 +01:00

41 lines
1 KiB
JSON

{
"name": "pocket-minecraft-protocol",
"version": "2.3.0",
"description": "Parse and serialize Minecraft Pocket Edition 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": {
"asn1": "^0.2.3",
"bn.js": "^4.11.4",
"jwt-simple": "^0.5.0",
"lodash.merge": "^4.4.0",
"prismarine-nbt": "^1.0.0",
"protodef": "^1.2.3",
"raknet": "git+https://github.com/filfat/node-raknet.git",
"uuid-1345": "^0.99.6"
},
"devDependencies": {
"buffer-equal": "^1.0.0",
"mocha": "^2.5.3"
},
"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"
}