node-minecraft-protocol/package.json
Romain Beaumont 80f103d2f0
uses node-rsa instead of keypair
package is a bit bigger but still pure js
same package used by ursa purejs
2017-07-20 17:39:54 +02:00

52 lines
1.2 KiB
JSON

{
"name": "minecraft-protocol",
"version": "1.3.2",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git://github.com/PrismarineJS/node-minecraft-protocol.git"
},
"scripts": {
"prepublish": "require-self",
"test": "mocha --recursive --reporter spec"
},
"keywords": [
"minecraft",
"protocol",
"parse",
"serialize",
"packet",
"authentication",
"encrypton",
"bot"
],
"author": "Andrew Kelley",
"license": "BSD-3-Clause",
"engines": {
"node": ">=6"
},
"browser": "src/browser.js",
"devDependencies": {
"espower-loader": "^1.0.0",
"intelli-espower-loader": "^1.0.0",
"minecraft-wrap": "^1.0.0",
"mocha": "^3.0.2",
"power-assert": "^1.0.0",
"require-self": "^0.2.1"
},
"dependencies": {
"buffer-equal": "^1.0.0",
"debug": "^2.2.0",
"endian-toggle": "^0.0.0",
"lodash.get": "^4.1.2",
"lodash.merge": "^4.3.0",
"minecraft-data": "^2.17.0",
"node-rsa": "^0.4.2",
"prismarine-nbt": "^1.0.0",
"protodef": "^1.5.1",
"readable-stream": "^2.0.5",
"uuid-1345": "^0.99.6",
"yggdrasil": "^1.0.0"
}
}