{ "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" } }