Files
osx-iso/package.json
Buster Collings beb9a6e205 rereponame
the reponame is osx-iso, the executable is osxiso
2015-07-22 13:51:48 -05:00

19 lines
489 B
JSON

{
"name": "osxiso",
"version": "1.0.0",
"description": "Create a bootable ISO of OS X Yosemite or Mavericks, from the installation file.",
"global": "1",
"install": "install -c osxiso ${PREFIX:-/usr/local}/bin",
"repository": {
"type": "git",
"url": "https://github.com/busterc/osx-iso"
},
"author": "Buster Collings",
"license": "ISC",
"bugs": {
"url": "https://github.com/busterc/osx-iso/issues"
},
"homepage": "https://github.com/busterc/osx-iso"
}