Files
osx-iso/package.json
Buster Collings 17e356bbc2
Let the good times roll
2015-07-22 13:08:57 -05:00

19 lines
486 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/osxiso"
},
"author": "Buster Collings",
"license": "ISC",
"bugs": {
"url": "https://github.com/busterc/osxiso/issues"
},
"homepage": "https://github.com/busterc/osxiso"
}