mirror of
https://github.com/bower/bower.git
synced 2026-01-15 01:08:07 -05:00
15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"command": "init",
|
|
"description": "Creates a bower.json file based on answers to questions.",
|
|
"usage": [
|
|
"init [<options>]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
}
|
|
]
|
|
}
|