2012-12-31 20:33:35 -05:00
|
|
|
{
|
|
|
|
"name": "minecraft-protocol",
|
2018-08-25 19:45:28 -04:00
|
|
|
"version": "1.7.0",
|
2013-01-01 21:02:07 -05:00
|
|
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
2016-02-17 02:13:23 -05:00
|
|
|
"main": "src/index.js",
|
2013-01-01 21:51:46 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-09-24 09:18:00 -04:00
|
|
|
"url": "git://github.com/PrismarineJS/node-minecraft-protocol.git"
|
2013-01-01 21:51:46 -05:00
|
|
|
},
|
2012-12-31 20:33:35 -05:00
|
|
|
"scripts": {
|
2016-02-17 02:13:23 -05:00
|
|
|
"prepublish": "require-self",
|
2018-05-13 16:50:16 -04:00
|
|
|
"test": "mocha --recursive --reporter spec",
|
|
|
|
"lint": "standard",
|
|
|
|
"pretest": "npm run lint"
|
2012-12-31 20:33:35 -05:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"minecraft",
|
2013-01-01 21:51:46 -05:00
|
|
|
"protocol",
|
|
|
|
"parse",
|
|
|
|
"serialize",
|
|
|
|
"packet",
|
|
|
|
"authentication",
|
|
|
|
"encrypton",
|
|
|
|
"bot"
|
2012-12-31 20:33:35 -05:00
|
|
|
],
|
|
|
|
"author": "Andrew Kelley",
|
2015-11-14 20:33:32 -05:00
|
|
|
"license": "BSD-3-Clause",
|
2013-01-01 21:51:46 -05:00
|
|
|
"engines": {
|
2017-02-26 13:59:56 -05:00
|
|
|
"node": ">=6"
|
2013-01-01 21:51:46 -05:00
|
|
|
},
|
2016-02-17 02:13:23 -05:00
|
|
|
"browser": "src/browser.js",
|
2013-01-01 21:51:46 -05:00
|
|
|
"devDependencies": {
|
2015-11-30 07:23:38 -05:00
|
|
|
"espower-loader": "^1.0.0",
|
2015-09-09 18:38:03 -04:00
|
|
|
"intelli-espower-loader": "^1.0.0",
|
2018-08-25 19:09:59 -04:00
|
|
|
"minecraft-wrap": "^1.2.0",
|
2018-03-23 01:19:15 -04:00
|
|
|
"mocha": "^5.0.5",
|
2015-09-09 18:38:03 -04:00
|
|
|
"power-assert": "^1.0.0",
|
2018-05-13 16:50:16 -04:00
|
|
|
"require-self": "^0.2.1",
|
|
|
|
"standard": "^11.0.1"
|
2013-01-01 21:51:46 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-03-19 20:34:25 -04:00
|
|
|
"buffer-equal": "^1.0.0",
|
2017-08-08 18:10:54 -04:00
|
|
|
"debug": "^3.0.0",
|
2016-03-19 20:34:25 -04:00
|
|
|
"endian-toggle": "^0.0.0",
|
2016-02-23 12:42:01 -05:00
|
|
|
"lodash.get": "^4.1.2",
|
|
|
|
"lodash.merge": "^4.3.0",
|
2018-08-26 10:01:28 -04:00
|
|
|
"minecraft-data": "^2.28.0",
|
2017-07-20 11:39:54 -04:00
|
|
|
"node-rsa": "^0.4.2",
|
2018-01-01 15:01:23 -05:00
|
|
|
"prismarine-nbt": "^1.2.0",
|
2018-05-06 16:06:18 -04:00
|
|
|
"protodef": "^1.6.7",
|
2018-08-10 12:26:26 -04:00
|
|
|
"readable-stream": "^3.0.0",
|
2015-11-07 16:06:49 -05:00
|
|
|
"uuid-1345": "^0.99.6",
|
2017-08-25 13:29:29 -04:00
|
|
|
"yggdrasil": "^1.1.1"
|
2013-01-01 21:51:46 -05:00
|
|
|
}
|
2012-12-31 20:33:35 -05:00
|
|
|
}
|