mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-05 21:23:59 +03:00
34 lines
895 B
JSON
34 lines
895 B
JSON
{
|
|
"name": "minecraft-launcher-core",
|
|
"version": "3.13.2",
|
|
"description": "Lightweight module that downloads and runs Minecraft using javascript / NodeJS",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"adm-zip": "^0.4.13",
|
|
"checksum": "^0.1.1",
|
|
"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"
|
|
}
|