UNPKG

msi-packager-extended

Version:

Build MSI (Windows Installer) packages on Mac and Linux. Provides fix for desktop and app icon. Warning: Package may disappear soon.

41 lines (40 loc) 971 B
{ "name": "msi-packager-extended", "version": "1.3.01", "description": "Build MSI (Windows Installer) packages on Mac and Linux. Provides fix for desktop and app icon. Warning: Package may disappear soon.", "main": "index.js", "bin": { "msi-packager": "./cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mstrogaly/msi-packager.git#npm" }, "keywords": [ "msi", "windows", "installer", "electron", "wix", "msitools", "wixl", "candle", "light" ], "author": "Matt McKegg, Michael Strogaly", "license": "MIT", "bugs": { "url": "https://github.com/mmckegg/msi-packager/issues" }, "homepage": "https://github.com/mmckegg/msi-packager#readme", "dependencies": { "async-each": "^0.1.6", "nomnom": "^1.8.1", "temp": "^0.8.3", "xmlbuilder": "^2.6.4", "yargs": "^3.15.0" } }