mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "minecraft-protocol",
|
|
"version": "0.15.0-GH",
|
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/andrewrk/node-minecraft-protocol.git"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "gulp",
|
|
"test": "mocha --recursive --require source-map-support/register --reporter spec"
|
|
},
|
|
"keywords": [
|
|
"minecraft",
|
|
"protocol",
|
|
"parse",
|
|
"serialize",
|
|
"packet",
|
|
"authentication",
|
|
"encrypton",
|
|
"bot"
|
|
],
|
|
"author": "Andrew Kelley",
|
|
"license": "BSD",
|
|
"engines": {
|
|
"node": ">=0.8.16"
|
|
},
|
|
"browser": "browser.js",
|
|
"devDependencies": {
|
|
"batch": "~0.3.1",
|
|
"chai": "^2.3.0",
|
|
"gulp": "^3.8.11",
|
|
"gulp-babel": "^5.1.0",
|
|
"gulp-plumber": "^1.0.1",
|
|
"gulp-sourcemaps": "^1.3.0",
|
|
"mkdirp": "~0.3.4",
|
|
"mocha": "~1.8.2",
|
|
"rimraf": "~2.1.1",
|
|
"source-map-support": "^0.3.2",
|
|
"zfill": "0.0.1"
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^5.4.4",
|
|
"buffer-equal": "0.0.0",
|
|
"lodash.reduce": "^3.1.2",
|
|
"minecraft-data": "0.8.1",
|
|
"node-uuid": "~1.4.1",
|
|
"prismarine-nbt": "0.0.1",
|
|
"readable-stream": "^1.1.0",
|
|
"superagent": "~0.10.0",
|
|
"ursa-purejs": "0.0.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"ursa": "~0.8.0"
|
|
}
|
|
}
|