mirror of
https://github.com/bower/bower.git
synced 2026-01-14 16:57:57 -05:00
It's because people are depending on internals of bower, like "bower/lib/renderers/StandardRenderer" Instead we move templates and bin to lib directory and leave paths intact. Additionally we alias bin/bower to lib/bin/bower.
25 lines
680 B
JSON
25 lines
680 B
JSON
{
|
|
"command": "list",
|
|
"description": "List local packages - and possible updates.",
|
|
"usage": [
|
|
"list [<options>]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
},
|
|
{
|
|
"shorthand": "-p",
|
|
"flag": "--paths",
|
|
"description": "Generates a simple JSON source mapping"
|
|
},
|
|
{
|
|
"shorthand": "-r",
|
|
"flag": "--relative",
|
|
"description": "Make paths relative to the directory config property, which defaults to bower_components"
|
|
}
|
|
]
|
|
}
|