2017-05-16 23:26:46 -07:00
|
|
|
{
|
2019-09-05 13:08:47 -07:00
|
|
|
"name": "helioslauncher",
|
2019-02-18 15:17:31 -08:00
|
|
|
"version": "1.6.0",
|
2019-09-05 13:08:47 -07:00
|
|
|
"productName": "Helios Launcher",
|
2018-11-11 15:28:58 -08:00
|
|
|
"description": "Modded Minecraft Launcher",
|
|
|
|
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
|
|
|
|
"license": "UNLICENSED",
|
2019-09-05 13:08:47 -07:00
|
|
|
"homepage": "https://github.com/dscalzi/HeliosLauncher",
|
2018-11-11 15:28:58 -08:00
|
|
|
"bugs": {
|
2019-09-05 13:08:47 -07:00
|
|
|
"url": "https://github.com/dscalzi/HeliosLauncher/issues"
|
2018-11-11 15:28:58 -08:00
|
|
|
},
|
|
|
|
"private": true,
|
2017-05-16 23:26:46 -07:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-01-04 11:25:27 -08:00
|
|
|
"start": "electron .",
|
2019-04-23 14:35:07 -07:00
|
|
|
"cilinux": "node build.js WINDOWS && node build.js LINUX",
|
|
|
|
"cidarwin": "node build.js MAC",
|
|
|
|
"dist": "cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true node build.js",
|
|
|
|
"dist:win": "npm run dist -- WINDOWS",
|
|
|
|
"dist:mac": "npm run dist -- MAC",
|
|
|
|
"dist:linux": "npm run dist -- LINUX",
|
2018-12-01 05:20:42 -08:00
|
|
|
"lint": "eslint --config .eslintrc.json ."
|
2017-05-16 23:26:46 -07:00
|
|
|
},
|
2017-10-04 19:38:05 -07:00
|
|
|
"engines": {
|
2019-07-11 17:51:58 -07:00
|
|
|
"node": "12.x.x"
|
2017-10-04 19:38:05 -07:00
|
|
|
},
|
2017-05-16 23:26:46 -07:00
|
|
|
"dependencies": {
|
2018-11-17 20:30:44 -08:00
|
|
|
"adm-zip": "^0.4.13",
|
2019-07-11 17:51:58 -07:00
|
|
|
"async": "^3.1.0",
|
2019-06-02 13:15:57 -07:00
|
|
|
"discord-rpc": "3.0.2",
|
2019-07-11 17:51:58 -07:00
|
|
|
"ejs": "^2.6.2",
|
2018-05-10 18:06:59 -07:00
|
|
|
"ejs-electron": "^2.0.3",
|
2019-07-11 17:51:58 -07:00
|
|
|
"electron-updater": "^4.1.2",
|
|
|
|
"fs-extra": "^8.1.0",
|
2018-06-30 11:23:42 -07:00
|
|
|
"github-syntax-dark": "^0.5.0",
|
2019-05-28 18:34:19 -07:00
|
|
|
"jquery": "^3.4.1",
|
2018-08-29 10:24:48 -07:00
|
|
|
"request": "^2.88.0",
|
2019-08-26 14:57:27 -07:00
|
|
|
"semver": "^6.3.0",
|
2019-02-05 14:06:45 -08:00
|
|
|
"tar-fs": "^2.0.0",
|
2018-03-28 13:13:57 -07:00
|
|
|
"winreg": "^1.2.4"
|
2017-08-26 22:13:48 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-11-18 14:08:50 -08:00
|
|
|
"cross-env": "^5.2.0",
|
2019-08-26 14:57:27 -07:00
|
|
|
"electron": "^6.0.4",
|
|
|
|
"electron-builder": "^21.2.0",
|
|
|
|
"eslint": "^6.2.2"
|
2018-11-11 15:28:58 -08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-09-05 13:08:47 -07:00
|
|
|
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
|
2017-05-16 23:26:46 -07:00
|
|
|
}
|
|
|
|
}
|