forked from Pierce01/MinecraftLauncher-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 930 Bytes
/
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
{
"name": "minecraft-launcher-core",
"version": "3.12.0",
"description": "Lightweight module that downloads and runs Minecraft using javascript / NodeJS",
"main": "index.js",
"dependencies": {
"adm-zip": "^0.4.13",
"checksum": "^0.1.1",
"node-html-parser": "^1.1.16",
"request": "^2.88.0",
"shelljs": "^0.8.2",
"uuid": "^3.3.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pierce01/MinecraftLauncher-core.git"
},
"keywords": [
"minecraft",
"minecraft-launcher-node",
"minecraft-launcher",
"launcher",
"minecraft-forge"
],
"author": "Pierce Harriz",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pierce01/MinecraftLauncher-core/issues"
},
"homepage": "https://github.com/Pierce01/MinecraftLauncher-core#readme"
}