forked from PrismarineJS/node-minecraft-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.55 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "minecraft-protocol",
"version": "0.16.6-GH",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/PrismarineJS/node-minecraft-protocol.git"
},
"scripts": {
"prepublish": "gulp && require-self",
"test": "mocha --recursive --require intelli-espower-loader --require source-map-support/register --reporter spec"
},
"keywords": [
"minecraft",
"protocol",
"parse",
"serialize",
"packet",
"authentication",
"encrypton",
"bot"
],
"author": "Andrew Kelley",
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.8.16"
},
"browser": "browser.js",
"devDependencies": {
"chai": "^2.3.0",
"espower-loader": "^1.0.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.3.0",
"intelli-espower-loader": "^1.0.0",
"minecraft-wrap": "~0.6.5",
"mocha": "~2.3.3",
"power-assert": "^1.0.0",
"require-self": "^0.1.0",
"source-map-support": "^0.3.2"
},
"dependencies": {
"babel-runtime": "^5.4.4",
"buffer-equal": "0.0.1",
"lodash.reduce": "^3.1.2",
"minecraft-data": "^0.16.1",
"node-uuid": "~1.4.1",
"prismarine-nbt": "0.1.0",
"protodef": "0.2.5",
"readable-stream": "^1.1.0",
"superagent": "~0.10.0",
"ursa-purejs": "0.0.3",
"uuid": "^2.0.1",
"uuid-1345": "^0.99.6",
"yggdrasil": "0.1.0"
},
"optionalDependencies": {
"ursa": "~0.9.1"
}
}