2017-05-16 23:26:46 -07:00
|
|
|
{
|
|
|
|
"name": "westeroscraftlauncher",
|
2018-06-20 06:18:09 -07:00
|
|
|
"version": "0.0.1-alpha.13",
|
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",
|
|
|
|
"dist:all": "npm run dist -- -wl --x64"
|
2017-05-16 23:26:46 -07:00
|
|
|
},
|
2017-10-04 19:38:05 -07:00
|
|
|
"engines": {
|
2018-04-26 16:44:30 -07:00
|
|
|
"node": "10.0.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
|
|
|
},
|
2017-10-04 19:38:05 -07:00
|
|
|
"author": "Daniel Scalzi",
|
2017-05-16 23:26:46 -07:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"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-06-03 12:35:39 -07:00
|
|
|
"discord-rpc": "^3.0.0-beta.11",
|
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-05-06 22:34:57 -07:00
|
|
|
"electron-updater": "^2.21.10",
|
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-05-22 19:34:35 -07:00
|
|
|
"request": "^2.87.0",
|
2018-04-14 21:00:08 -07:00
|
|
|
"rimraf": "^2.6.2",
|
2018-06-04 16:34:47 -07:00
|
|
|
"semver": "^5.5.0",
|
2018-06-20 06:18:09 -07:00
|
|
|
"tar-fs": "^1.16.3",
|
2018-03-28 13:13:57 -07:00
|
|
|
"uuid": "^3.2.1",
|
|
|
|
"winreg": "^1.2.4"
|
2017-08-26 22:13:48 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-05-22 19:34:35 -07:00
|
|
|
"electron": "^2.0.2",
|
2018-05-29 18:47:55 -07:00
|
|
|
"electron-builder": "^20.15.3"
|
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-06-11 19:16:01 -07:00
|
|
|
"!{target,logs,.vscode,docs,dev-app-update.yml,.nvmrc}"
|
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
|
|
|
}
|
|
|
|
}
|