forked from dscalzi/HeliosLauncher
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ally
committed
Jun 28, 2022
1 parent
6d97bff
commit 48446cc
Showing
1 changed file
with
50 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,52 @@ | ||
{ | ||
"name": "modrealmslauncher", | ||
"version": "2.5.2-release", | ||
"productName": "ModRealms Launcher", | ||
"description": "Modded Minecraft Launcher", | ||
"author": "ModRealms", | ||
"license": "UNLICENSED", | ||
"homepage": "https://github.com/ModRealms-Network/HeliosLauncher", | ||
"bugs": { | ||
"url": "https://github.com/ModRealms-Network/HeliosLauncher/issues" | ||
}, | ||
"private": true, | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "electron .", | ||
"dist": "electron-builder build", | ||
"dist:win": "npm run dist -- -w", | ||
"dist:mac": "npm run dist -- -m", | ||
"dist:linux": "npm run dist -- -l", | ||
"lint": "eslint --config .eslintrc.json ." | ||
}, | ||
"dependencies": { | ||
"@electron/remote": "^1.2.0", | ||
"adm-zip": "^0.5.5", | ||
"async": "^3.2.0", | ||
"axios": "^0.27.2", | ||
"chokidar": "^3.4.3", | ||
"discord-rpc": "^3.2.0", | ||
"ejs": "^3.1.6", | ||
"ejs-electron": "^2.1.1", | ||
"electron-updater": "^4.3.9", | ||
"fs-extra": "^10.0.0", | ||
"github-syntax-dark": "^0.5.0", | ||
"jquery": "^3.6.0", | ||
"jquery-mousewheel": "^3.1.13", | ||
"mongodb": "^3.6.0", | ||
"remarkable": "^2.0.1", | ||
"request": "^2.88.2", | ||
"semver": "^7.3.5", | ||
"tar-fs": "^2.1.1", | ||
"winreg": "^1.2.4" | ||
}, | ||
"devDependencies": { | ||
"electron": "^13.5.1", | ||
"electron-builder": "^22.11.7", | ||
"eslint": "^7.29.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ModRealms-Network/ModRealmsLauncher.git" | ||
} | ||
"name": "modrealmslauncher", | ||
"version": "2.5.2-hotfix", | ||
"productName": "ModRealms Launcher", | ||
"description": "Modded Minecraft Launcher", | ||
"author": "ModRealms", | ||
"license": "UNLICENSED", | ||
"homepage": "https://github.com/ModRealms-Network/HeliosLauncher", | ||
"bugs": { | ||
"url": "https://github.com/ModRealms-Network/HeliosLauncher/issues" | ||
}, | ||
"private": true, | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "electron .", | ||
"dist": "electron-builder build", | ||
"dist:win": "npm run dist -- -w", | ||
"dist:mac": "npm run dist -- -m", | ||
"dist:linux": "npm run dist -- -l", | ||
"lint": "eslint --config .eslintrc.json ." | ||
}, | ||
"dependencies": { | ||
"@electron/remote": "^1.2.0", | ||
"adm-zip": "^0.5.5", | ||
"async": "^3.2.0", | ||
"axios": "^0.27.2", | ||
"chokidar": "^3.4.3", | ||
"discord-rpc": "^3.2.0", | ||
"ejs": "^3.1.6", | ||
"ejs-electron": "^2.1.1", | ||
"electron-updater": "^4.3.9", | ||
"fs-extra": "^10.0.0", | ||
"github-syntax-dark": "^0.5.0", | ||
"jquery": "^3.6.0", | ||
"jquery-mousewheel": "^3.1.13", | ||
"mongodb": "^3.6.0", | ||
"remarkable": "^2.0.1", | ||
"request": "^2.88.2", | ||
"semver": "^7.3.5", | ||
"tar-fs": "^2.1.1", | ||
"winreg": "^1.2.4" | ||
}, | ||
"devDependencies": { | ||
"electron": "^13.5.1", | ||
"electron-builder": "^22.11.7", | ||
"eslint": "^7.29.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ModRealms-Network/ModRealmsLauncher.git" | ||
} | ||
} |