node-minecraft-protocol/package.json
2013-03-13 23:27:15 -04:00

40 lines
827 B
JSON

{
"name": "minecraft-protocol",
"version": "0.7.8",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/superjoe30/node-minecraft-protocol.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"keywords": [
"minecraft",
"protocol",
"parse",
"serialize",
"packet",
"authentication",
"encrypton",
"bot"
],
"author": "Andrew Kelley",
"license": "BSD",
"engines": {
"node": ">=0.8.16"
},
"devDependencies": {
"mocha": "~1.8.2",
"mkdirp": "~0.3.4",
"rimraf": "~2.1.1",
"zfill": "0.0.1",
"batch": "~0.3.1"
},
"dependencies": {
"ursa": "~0.8.0",
"superagent": "~0.10.0",
"buffer-equal": "0.0.0"
}
}