blob: 41cd181693fe6f9a7b0ef85151226618df44bc19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "VagrantCompletion",
"description": "Bash completion for Vagrant",
"url": "https://github.com/hashicorp/vagrant/archive/v2.2.4.tar.gz",
"mirror": null,
"homepage": "https://github.com/hashicorp/vagrant",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"bash_completion.install \"contrib/bash/completion.sh\" => \"vagrant\""
],
"version": "2.2.4",
"file": "vagrant-completion.rb"
}
|