mirror of
https://github.com/bower/bower.git
synced 2026-02-12 15:05:05 -05:00
This commit also contains: - Simplified Manager and Project - Add warning when an extraneous package is found. - Fix a lot of bugs in the overall resolve process - Made templates rendering synchronous -
25 lines
775 B
JSON
25 lines
775 B
JSON
{
|
|
"command": "install",
|
|
"description": "Installs the project dependencies or a specific set of endpoints",
|
|
"usage": [
|
|
"install",
|
|
"install [<endpoint> [, <endpoint>, ..]]"
|
|
],
|
|
"options": [
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
} |