mirror of
https://github.com/bower/bower.git
synced 2026-02-12 06:55:04 -05:00
30 lines
900 B
JSON
30 lines
900 B
JSON
{
|
|
"command": "install",
|
|
"description": "Installs the project dependencies or a specific set of endpoints",
|
|
"usage": [
|
|
"install",
|
|
"install [<endpoint> [, <endpoint>, ..]]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-F",
|
|
"flag": "--force-latest",
|
|
"description": "Force latest version on conflict"
|
|
},
|
|
{
|
|
"shorthand": "-p",
|
|
"flag": "--production",
|
|
"description": "Do not install project devDependencies"
|
|
},
|
|
{
|
|
"shorthand": "-s",
|
|
"flag": "--save",
|
|
"description": "Save installed packages into the project's bower.json dependencies"
|
|
},
|
|
{
|
|
"shorthand": "-D",
|
|
"flag": "--save-dev",
|
|
"description": "Save installed packages into the project's bower.json devDependencies"
|
|
}
|
|
]
|
|
} |