kiwix-js-pwa/package.json.nwjs
Jaifroid d3a11c7566 Create package.json.nwjs
Former-commit-id: 3cc2ece90e65895ca030a78bcc01cabaa3ba7b6b [formerly 901322c834792172b7ccaf5b6d24eef3400c229c [formerly eaeb4be7e6ab6575bc14e52239f921d7d64efb7f]]
Former-commit-id: eebe9a59bf763bd4a3ed82f43bec2e5ab5166df2
Former-commit-id: 1792360e80531356a8046445599c1f9d7a094276
2021-09-05 16:30:22 +01:00

92 lines
2.0 KiB
Plaintext

{
"name": "kiwix_js_windows",
"productName": "Kiwix JS Windows",
"version": "1.6.0N",
"description": "Kiwix JS Windows for NWJS",
"main": "index.html",
"domain": "kiwix.js.windows",
"window": {
"width": 1280,
"height": 960,
"min_width": 640,
"min_height": 480,
"icon": "www/img/icons/kiwix-256.png"
},
"scripts": {
"start": "run --x86 --mirror https://dl.nwjs.io/ .",
"dist-win-x86": "build --tasks win-x86 --mirror https://dl.nwjs.io/ .",
"dist-win-x64": "build --tasks win-x64 --mirror https://dl.nwjs.io/ .",
"dist": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./scripts/Build_NWJS.ps1"
},
"build-xp": {
"nwVersion": "0.14.7",
"output": "bld/nwjs/win-x86-xp",
"files": [
"pwabuilder-sw.js",
"index.html",
"CHANGELOG.md",
"LICENCE",
"www/**",
"archives/README.md",
"archives/wikip*.*"
],
"afterPack": "./scripts/appimage-fix.js",
"win": {
"icon": "www/img/icons/kiwix-64.ico"
}
},
"build-x64": {
"nwVersion": "0.55.0",
"output": "bld/nwjs/win-x64",
"files": [
"archives/**",
"pwabuilder-sw.js",
"index.html",
"CHANGELOG.md",
"LICENCE",
"www/**"
],
"win": {
"icon": "www/img/icons/kiwix-64.ico"
}
},
"build": {
"nwVersion": "0.55.0",
"output": "bld/nwjs/win-x86",
"files": [
"pwabuilder-sw.js",
"index.html",
"CHANGELOG.md",
"LICENCE",
"www/**",
"archives/README.md",
"archives/wikip*.*"
],
"win": {
"icon": "www/img/icons/kiwix-64.ico"
}
},
"repository": "https://github.com/kiwix/kiwix-js-windows",
"keywords": [
"Kiwix",
"offline",
"Wikipedia",
"ZIM",
"reader"
],
"author": {
"name": "Kiwix",
"email": "kiwix@kiwix.org"
},
"maintainer": "Jaifroid",
"license": "CC0-1.0",
"devDependencies": {
"nwjs-builder-phoenix": "^1.15.0"
},
"dependencies": {
"@types/fs-extra": "^9.0.11"
}
}