node-minecraft-protocol/package.json
2015-03-06 22:50:28 -06:00

52 lines
1.1 KiB
JSON

{
"name": "minecraft-protocol",
"version": "0.13.0",
"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": {
"test": "mocha --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",
"gulp": "^3.8.11",
"gulp-babel": "^4.0.0",
"gulp-sourcemaps": "^1.3.0",
"mkdirp": "~0.3.4",
"mocha": "~1.8.2",
"rimraf": "~2.1.1",
"zfill": "0.0.1",
"batch": "~0.3.1",
"buffertools": "^2.1.2"
},
"dependencies": {
"ansi-color": "0.2.1",
"buffer-equal": "0.0.0",
"node-uuid": "~1.4.1",
"prismarine-nbt": "0.0.1",
"superagent": "~0.10.0",
"ursa-purejs": "0.0.1"
},
"optionalDependencies": {
"ursa": "~0.8.0"
}
}