mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
15 lines
303 B
JSON
15 lines
303 B
JSON
{
|
|
"command": "search",
|
|
"description": "Search for packages by name.",
|
|
"usage": [
|
|
"search <name> [<options>]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
}
|
|
]
|
|
}
|