2017-05-16 23:26:46 -07:00
|
|
|
{
|
|
|
|
"name": "westeroscraftlauncher",
|
2018-08-29 10:24:48 -07:00
|
|
|
"version": "1.0.0-beta.6",
|
2017-05-16 23:26:46 -07:00
|
|
|
"description": "Custom modded launcher for Westeroscraft",
|
2017-08-26 22:13:48 -07:00
|
|
|
"productName": "WesterosCraft Launcher",
|
2017-05-16 23:26:46 -07:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2017-11-27 13:56:26 -08:00
|
|
|
"start": "electron index.js",
|
2018-04-08 10:30:25 -07:00
|
|
|
"travislinux": "electron-builder --linux --win",
|
|
|
|
"travisdarwin": "electron-builder --mac",
|
2018-01-24 13:23:44 -08:00
|
|
|
"dist": "SET ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true & electron-builder",
|
|
|
|
"dist:win": "npm run dist -- --win --x64",
|
|
|
|
"dist:mac": "npm run dist -- --mac",
|
|
|
|
"dist:linux": "npm run dist -- --linux --x64",
|
2018-08-13 21:53:32 -07:00
|
|
|
"dist:deb": "npm run dist -- --linux deb --x64",
|
2018-07-22 10:31:15 -07:00
|
|
|
"dist:all": "npm run dist -- -wl --x64",
|
|
|
|
"lint": "eslint --config .eslintrc.json --ignore-pattern app/assets/js/scripts/*.js . && eslint --config .eslintrc.scripts.json app/assets/js/scripts"
|
2017-05-16 23:26:46 -07:00
|
|
|
},
|
2017-10-04 19:38:05 -07:00
|
|
|
"engines": {
|
2018-08-13 21:53:32 -07:00
|
|
|
"node": "10.8.x"
|
2017-10-04 19:38:05 -07:00
|
|
|
},
|
2017-05-16 23:26:46 -07:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-04-08 10:30:25 -07:00
|
|
|
"url": "git+https://github.com/WesterosCraftCode/ElectronLauncher.git"
|
2017-05-16 23:26:46 -07:00
|
|
|
},
|
2018-08-13 21:53:32 -07:00
|
|
|
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"private": true,
|
2017-05-16 23:26:46 -07:00
|
|
|
"bugs": {
|
2018-04-08 10:30:25 -07:00
|
|
|
"url": "https://github.com/WesterosCraftCode/ElectronLauncher/issues"
|
2017-05-16 23:26:46 -07:00
|
|
|
},
|
|
|
|
"homepage": "http://www.westeroscraft.com/",
|
|
|
|
"dependencies": {
|
2018-05-15 03:07:28 -07:00
|
|
|
"adm-zip": "^0.4.11",
|
2018-05-22 05:41:22 -07:00
|
|
|
"async": "^2.6.1",
|
2018-07-22 08:40:15 -07:00
|
|
|
"discord-rpc": "^3.0.0",
|
2018-05-06 22:34:57 -07:00
|
|
|
"ejs": "^2.6.1",
|
2018-05-10 18:06:59 -07:00
|
|
|
"ejs-electron": "^2.0.3",
|
2018-04-28 13:26:38 -07:00
|
|
|
"electron-is-dev": "^0.3.0",
|
2018-08-29 10:24:48 -07:00
|
|
|
"electron-updater": "^3.1.2",
|
2018-06-30 11:23:42 -07:00
|
|
|
"github-syntax-dark": "^0.5.0",
|
2018-02-19 17:27:42 -08:00
|
|
|
"jquery": "^3.3.1",
|
2018-04-08 10:30:25 -07:00
|
|
|
"mkdirp": "^0.5.1",
|
2018-08-29 10:24:48 -07:00
|
|
|
"request": "^2.88.0",
|
2018-04-14 21:00:08 -07:00
|
|
|
"rimraf": "^2.6.2",
|
2018-08-18 21:42:52 -07:00
|
|
|
"semver": "^5.5.1",
|
2018-06-20 06:18:09 -07:00
|
|
|
"tar-fs": "^1.16.3",
|
2018-06-29 15:44:36 -07:00
|
|
|
"uuid": "^3.3.2",
|
2018-03-28 13:13:57 -07:00
|
|
|
"winreg": "^1.2.4"
|
2017-08-26 22:13:48 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-08-22 14:59:38 -07:00
|
|
|
"electron": "^2.0.8",
|
2018-08-29 10:24:48 -07:00
|
|
|
"electron-builder": "^20.28.3",
|
2018-08-18 21:42:52 -07:00
|
|
|
"eslint": "^5.4.0"
|
2018-01-23 22:08:29 -08:00
|
|
|
},
|
|
|
|
"build": {
|
2018-01-24 13:23:44 -08:00
|
|
|
"appId": "westeroscraftlauncher",
|
|
|
|
"productName": "WesterosCraft Launcher",
|
|
|
|
"artifactName": "${productName}.${ext}",
|
2018-01-23 22:08:29 -08:00
|
|
|
"copyright": "Copyright © 2018 WesterosCraft",
|
|
|
|
"directories": {
|
|
|
|
"buildResources": "build",
|
2018-01-24 13:23:44 -08:00
|
|
|
"output": "dist"
|
2018-01-23 22:08:29 -08:00
|
|
|
},
|
|
|
|
"win": {
|
2018-04-08 10:30:25 -07:00
|
|
|
"target": [
|
|
|
|
{
|
|
|
|
"target": "nsis",
|
|
|
|
"arch": "x64"
|
|
|
|
}
|
|
|
|
],
|
2018-01-23 22:08:29 -08:00
|
|
|
"icon": "build/icon.ico"
|
|
|
|
},
|
2018-04-08 10:30:25 -07:00
|
|
|
"nsis": {
|
|
|
|
"oneClick": false,
|
|
|
|
"perMachine": true,
|
|
|
|
"allowElevation": true,
|
|
|
|
"installerIcon": "build/icon.ico",
|
2018-04-08 17:56:44 -07:00
|
|
|
"uninstallerIcon": "build/icon.ico"
|
2018-04-08 10:30:25 -07:00
|
|
|
},
|
2018-01-24 13:23:44 -08:00
|
|
|
"mac": {
|
|
|
|
"target": "dmg",
|
|
|
|
"category": "public.app-category.games",
|
|
|
|
"icon": "build/icon.icns",
|
|
|
|
"type": "distribution"
|
|
|
|
},
|
|
|
|
"linux": {
|
|
|
|
"target": "AppImage",
|
|
|
|
"maintainer": "Daniel Scalzi",
|
|
|
|
"vendor": "WesterosCraft",
|
|
|
|
"synopsis": "Custom modded launcher for WesterosCraft",
|
|
|
|
"description": "Custom launcher which allows users to join WesterosCraft. All mods, configurations, and updates are handled automatically.",
|
|
|
|
"category": "Game"
|
|
|
|
},
|
|
|
|
"deb": {
|
|
|
|
"compression": "xz",
|
|
|
|
"packageCategory": "Games",
|
|
|
|
"priority": "optional"
|
|
|
|
},
|
2018-01-23 22:08:29 -08:00
|
|
|
"compression": "maximum",
|
2018-01-24 13:23:44 -08:00
|
|
|
"files": [
|
2018-07-22 20:40:45 -07:00
|
|
|
"!{dist,.gitignore,.vscode,docs,dev-app-update.yml,.travis.yml,.nvmrc,.eslintrc.scripts.json,.eslintrc.json}"
|
2018-01-24 13:23:44 -08:00
|
|
|
],
|
2018-04-28 15:07:39 -07:00
|
|
|
"extraResources": [
|
|
|
|
"libraries"
|
|
|
|
],
|
2018-01-23 22:08:29 -08:00
|
|
|
"asar": true
|
2017-05-16 23:26:46 -07:00
|
|
|
}
|
|
|
|
}
|