2012-12-31 20:33:35 -05:00
|
|
|
{
|
|
|
|
"name": "minecraft-protocol",
|
2016-01-04 14:58:35 -05:00
|
|
|
"version": "0.16.7-GH",
|
2013-01-01 21:02:07 -05:00
|
|
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
2015-02-22 12:09:28 -05:00
|
|
|
"main": "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": {
|
2015-11-30 07:23:38 -05:00
|
|
|
"prepublish": "gulp && require-self",
|
2015-09-09 18:38:03 -04:00
|
|
|
"test": "mocha --recursive --require intelli-espower-loader --require source-map-support/register --reporter spec"
|
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": {
|
|
|
|
"node": ">=0.8.16"
|
|
|
|
},
|
2014-01-05 13:52:04 -05:00
|
|
|
"browser": "browser.js",
|
2013-01-01 21:51:46 -05:00
|
|
|
"devDependencies": {
|
2015-05-23 10:26:59 -04:00
|
|
|
"chai": "^2.3.0",
|
2015-11-30 07:23:38 -05:00
|
|
|
"espower-loader": "^1.0.0",
|
2015-02-22 11:27:46 -05:00
|
|
|
"gulp": "^3.8.11",
|
2015-05-21 16:22:20 -04:00
|
|
|
"gulp-babel": "^5.1.0",
|
2015-08-24 07:49:34 -04:00
|
|
|
"gulp-plumber": "^1.0.1",
|
2015-02-22 11:49:29 -05:00
|
|
|
"gulp-sourcemaps": "^1.3.0",
|
2015-09-09 18:38:03 -04:00
|
|
|
"intelli-espower-loader": "^1.0.0",
|
2015-11-30 07:23:38 -05:00
|
|
|
"minecraft-wrap": "~0.6.5",
|
2015-09-29 16:41:41 -04:00
|
|
|
"mocha": "~2.3.3",
|
2015-09-09 18:38:03 -04:00
|
|
|
"power-assert": "^1.0.0",
|
2015-11-30 07:23:38 -05:00
|
|
|
"require-self": "^0.1.0",
|
|
|
|
"source-map-support": "^0.3.2"
|
2013-01-01 21:51:46 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-05-21 16:22:20 -04:00
|
|
|
"babel-runtime": "^5.4.4",
|
2015-10-13 11:16:26 -04:00
|
|
|
"buffer-equal": "0.0.1",
|
2015-08-27 07:36:07 -04:00
|
|
|
"lodash.reduce": "^3.1.2",
|
2015-11-15 11:48:25 -05:00
|
|
|
"minecraft-data": "^0.16.1",
|
2015-02-24 18:45:16 -05:00
|
|
|
"node-uuid": "~1.4.1",
|
2015-11-14 20:33:32 -05:00
|
|
|
"prismarine-nbt": "0.1.0",
|
2015-12-01 08:40:14 -05:00
|
|
|
"protodef": "0.2.5",
|
2015-05-22 15:00:01 -04:00
|
|
|
"readable-stream": "^1.1.0",
|
2015-03-06 19:36:06 -05:00
|
|
|
"superagent": "~0.10.0",
|
2015-09-30 06:35:08 -04:00
|
|
|
"ursa-purejs": "0.0.3",
|
|
|
|
"uuid": "^2.0.1",
|
2015-11-07 16:06:49 -05:00
|
|
|
"uuid-1345": "^0.99.6",
|
|
|
|
"yggdrasil": "0.1.0"
|
2014-10-21 15:15:43 -04:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2015-10-13 15:40:24 -04:00
|
|
|
"ursa": "~0.9.1"
|
2013-01-01 21:51:46 -05:00
|
|
|
}
|
2012-12-31 20:33:35 -05:00
|
|
|
}
|