mirror of
https://github.com/bower/bower.git
synced 2026-02-12 06:55:04 -05:00
15 lines
345 B
JSON
15 lines
345 B
JSON
{
|
|
"command": "search",
|
|
"description": "Finds all packages or a specific package.",
|
|
"usage": [
|
|
"search [<options>]",
|
|
"search <name> [<options>]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
}
|
|
]
|
|
} |