blob: 5325075d4c41e986ef8a0cfba865b8de3b38ba93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "Modman",
"description": "Module deployment script geared towards Magento development",
"url": "https://github.com/colinmollenhour/modman/archive/1.12.tar.gz",
"mirror": null,
"homepage": "https://github.com/colinmollenhour/modman",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"bin.install \"modman\"",
"bash_completion.install \"bash_completion\" => \"modman.bash\""
],
"version": "1.12",
"file": "modman.rb"
}
|