mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "minecraft-protocol",
|
|
"version": "0.18.0",
|
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/PrismarineJS/node-minecraft-protocol.git"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "gulp && 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": ">=4"
|
|
},
|
|
"browser": "browser.js",
|
|
"devDependencies": {
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"espower-loader": "^1.0.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-babel": "^6.1.1",
|
|
"gulp-plumber": "^1.0.1",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"intelli-espower-loader": "^1.0.0",
|
|
"minecraft-wrap": "~0.7.1",
|
|
"mocha": "~2.4.5",
|
|
"power-assert": "^1.0.0",
|
|
"require-self": "^0.1.0",
|
|
"source-map-support": "^0.4.0"
|
|
},
|
|
"dependencies": {
|
|
"buffer-equal": "1.0.0",
|
|
"minecraft-data": "^0.20.4",
|
|
"prismarine-nbt": "0.2.0",
|
|
"protodef": "0.3.0",
|
|
"readable-stream": "^2.0.5",
|
|
"ursa-purejs": "0.0.3",
|
|
"uuid-1345": "^0.99.6",
|
|
"yggdrasil": "0.1.0",
|
|
"endian-toggle": "0.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"ursa": "~0.9.1"
|
|
}
|
|
}
|