mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
14 lines
178 B
JSON
14 lines
178 B
JSON
{
|
|
"properties": {
|
|
"BREW_BINARY": {
|
|
"default": "brew"
|
|
}
|
|
},
|
|
"required_binaries": [
|
|
{
|
|
"name": "{BREW_BINARY}",
|
|
"binproviders": "env"
|
|
}
|
|
]
|
|
}
|