mirror of
https://github.com/bower/bower.git
synced 2026-02-11 06:24:57 -05:00
16 lines
395 B
JSON
16 lines
395 B
JSON
{
|
|
"command": "info",
|
|
"description": "Displays overall information of a package or a particular version.",
|
|
"usage": [
|
|
"info <name> [<options>]",
|
|
"info <name>#<version> [<property>] [<options>]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
}
|
|
]
|
|
}
|