Let the good times roll
This commit is contained in:
Buster Collings
2015-07-22 13:08:57 -05:00
commit 17e356bbc2
4 changed files with 188 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"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"
}