Last active
March 4, 2016 07:24
-
-
Save erunion/5f5fb58929a49379d2b9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"description": "This is my Vagrant box, it's an example of what you can do with a custom Vagrant Cloud.", | |
"short_description": "This is my Vagrant box.", | |
"name": "myorg/mybox", | |
"versions": [ | |
{ | |
"version": "1.0.0", | |
"status": "active", | |
"description_html": null, | |
"description_markdown": "", | |
"providers": [ | |
{ | |
"name": "virtualbox", | |
"url": "https://my.customcloud/myorg/mybox/version/1/provider/virtualbox.box" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment