summaryrefslogtreecommitdiff
path: root/homebrew/gruntcompletion/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/gruntcompletion/.beer')
-rw-r--r--homebrew/gruntcompletion/.beer17
1 files changed, 17 insertions, 0 deletions
diff --git a/homebrew/gruntcompletion/.beer b/homebrew/gruntcompletion/.beer
new file mode 100644
index 000000000..e747798b5
--- /dev/null
+++ b/homebrew/gruntcompletion/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "GruntCompletion",
+ "description": "Bash and Zsh completion for Grunt",
+ "url": "https://github.com/gruntjs/grunt-cli/archive/v1.3.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://gruntjs.com/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bash_completion.install \"completion/bash\" => \"grunt\"",
+ "zsh_completion.install \"completion/zsh\" => \"_grunt\""
+ ],
+ "version": "1.3.2",
+ "file": "grunt-completion.rb"
+} \ No newline at end of file