2018-10-30 01:13:58 +03:00
|
|
|
{
|
2018-12-10 02:13:20 +03:00
|
|
|
"name": "minecraft-launcher-core",
|
2019-05-05 04:57:12 +03:00
|
|
|
"version": "2.6.2",
|
2019-02-08 20:19:54 +03:00
|
|
|
"description": "Module that downloads Minecraft assets and runs Minecraft. Also Supports Forge",
|
2018-10-30 01:13:58 +03:00
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
2018-12-02 16:46:37 +03:00
|
|
|
"adm-zip": "^0.4.13",
|
2018-10-30 01:13:58 +03:00
|
|
|
"node-fetch": "^2.2.0",
|
|
|
|
"request": "^2.88.0",
|
|
|
|
"shelljs": "^0.8.2",
|
|
|
|
"uuid": "^3.3.2"
|
2018-12-10 02:13:20 +03:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"author": "Pierce Harriz",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Pierce01/MinecraftLauncher-core/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Pierce01/MinecraftLauncher-core#readme"
|
2018-10-30 01:13:58 +03:00
|
|
|
}
|