mirror of
https://github.com/bower/bower.git
synced 2026-02-12 15:05:05 -05:00
- Add info command - Fix list --paths - Fix search with no name - Fix conflict detection when uninstalling - Mix tweaks and fixes
16 lines
401 B
JSON
16 lines
401 B
JSON
{
|
|
"command": "info",
|
|
"description": "Displays overall information of a package or a particular version.",
|
|
"usage": [
|
|
"info <name>",
|
|
"info <name>#<version>",
|
|
"info <name>#<version> <property>"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
}
|
|
]
|
|
} |