-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "html5-minecraft-client",
"version": "0.0.1",
"description": "A Minecraft client written in HTML5",
"main": "main.js",
"dependencies": {
"centra": "github:Heath123/centra#master",
"error-polyfill": "^0.1.2",
"minecraft-data": "^2.46.0",
"minecraft-protocol": "github:Heath123/node-minecraft-protocol#master",
"net-browserify": "^0.2.4",
"noa-engine": "github:andyhall/noa#develop",
"prismarine-chunk": "^1.14.0",
"protodef": "github:ProtoDef-io/node-protodef#master",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"ws": "^7.2.5"
},
"devDependencies": {
"@babylonjs/core": "^4.1.0"
},
"scripts": {
"build": "npx webpack",
"start": "npx webpack --watch & node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Heath123/html5-minecraft-client.git"
},
"keywords": [
"minecraft"
],
"author": "Heath Mitchell",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Heath123/html5-minecraft-client/issues"
},
"homepage": "https://github.com/Heath123/html5-minecraft-client#readme",
"engines": {
"node": "10.x"
}
}