UNPKG
mac-appify
Version:
latest (2019.4.13)
2019.4.13
create mac app from a shell script
github.com/looking-for-a-job/mac-appify
mac-appify
/
package.json
15 lines
(14 loc)
•
290 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"mac-appify"
,
"version"
:
"2019.4.13"
,
"description"
:
"create mac app from a shell script"
,
"keywords"
:
[
"mac"
,
"app"
]
,
"homepage"
:
"https://github.com/looking-for-a-job/mac-appify"
,
"license"
:
"Unlicense"
,
"bin"
:
{
"appify"
:
"./scripts/appify"
}
}