2012-12-31 20:33:35 -05:00
|
|
|
{
|
|
|
|
"name": "minecraft-protocol",
|
2014-10-19 11:55:27 -04:00
|
|
|
"version": "0.12.3",
|
2013-01-01 21:02:07 -05:00
|
|
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
2012-12-31 20:33:35 -05:00
|
|
|
"main": "index.js",
|
2013-01-01 21:51:46 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-01-23 21:36:25 -05:00
|
|
|
"url": "git://github.com/andrewrk/node-minecraft-protocol.git"
|
2013-01-01 21:51:46 -05:00
|
|
|
},
|
2012-12-31 20:33:35 -05:00
|
|
|
"scripts": {
|
2013-01-02 01:12:42 -05:00
|
|
|
"test": "mocha --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",
|
|
|
|
"license": "BSD",
|
2013-01-01 21:51:46 -05:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8.16"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-03-13 23:27:15 -04:00
|
|
|
"mocha": "~1.8.2",
|
2013-01-02 01:12:42 -05:00
|
|
|
"mkdirp": "~0.3.4",
|
2013-01-07 23:36:14 -05:00
|
|
|
"rimraf": "~2.1.1",
|
2013-01-30 23:39:25 -05:00
|
|
|
"zfill": "0.0.1",
|
2013-03-13 23:27:15 -04:00
|
|
|
"batch": "~0.3.1"
|
2013-01-01 21:51:46 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-10-21 15:15:43 -04:00
|
|
|
"node-rsa": "^0.1.53",
|
2013-02-03 18:11:19 -05:00
|
|
|
"superagent": "~0.10.0",
|
2013-12-30 10:05:22 -05:00
|
|
|
"buffer-equal": "0.0.0",
|
2014-01-05 07:02:24 -05:00
|
|
|
"ansi-color": "0.2.1",
|
2013-12-30 10:05:22 -05:00
|
|
|
"node-uuid": "~1.4.1"
|
2014-10-21 15:15:43 -04:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"ursa": "~0.8.0"
|
2013-01-01 21:51:46 -05:00
|
|
|
}
|
2012-12-31 20:33:35 -05:00
|
|
|
}
|