forked from mmckegg/msi-packager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 861 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "msi-packager",
"version": "1.3.0",
"description": "Build MSI (Windows Installer) packages on Mac and Linux",
"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/mmckegg/msi-packager.git"
},
"keywords": [
"msi",
"windows",
"installer",
"electron",
"wix",
"msitools",
"wixl",
"candle",
"light"
],
"author": "Matt McKegg",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmckegg/msi-packager/issues"
},
"homepage": "https://github.com/mmckegg/msi-packager#readme",
"dependencies": {
"async-each": "^1.0.3",
"nomnom": "^1.8.1",
"temp": "^0.9.1",
"xmlbuilder": "^13.0.2",
"yargs": "^15.0.2"
}
}