node-minecraft-protocol/package.json
Robin Lambertz 39fe1b5c29 Merge pull request #71 from deathcap/feature-browserify
Expose only protocol.js when used with browserify.
2015-02-21 13:30:43 +01:00

46 lines
966 B
JSON

{
"name": "minecraft-protocol",
"version": "0.12.3",
"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": {
"mocha": "~1.8.2",
"mkdirp": "~0.3.4",
"rimraf": "~2.1.1",
"zfill": "0.0.1",
"batch": "~0.3.1"
},
"dependencies": {
"node-rsa": "^0.1.53",
"superagent": "~0.10.0",
"buffer-equal": "0.0.0",
"ansi-color": "0.2.1",
"node-uuid": "~1.4.1"
},
"optionalDependencies": {
"ursa": "~0.8.0"
}
}