Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Ally committed Jun 28, 2022
1 parent 6d97bff commit 48446cc
Showing 1 changed file with 50 additions and 50 deletions.
100 changes: 50 additions & 50 deletions package.json
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"
}
}

0 comments on commit 48446cc

Please sign in to comment.