mirror of
https://github.com/bower/bower.git
synced 2026-02-12 15:05:05 -05:00
20 lines
444 B
JSON
20 lines
444 B
JSON
{
|
|
"command": "list",
|
|
"description": "List local packages.",
|
|
"usage": [
|
|
"list [<options>]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
},
|
|
{
|
|
"shorthand": "-p",
|
|
"flag": "--paths",
|
|
"description": "Generates a simple JSON source mapping"
|
|
}
|
|
]
|
|
}
|