{ "command": "install", "description": "Installs the project dependencies or a specific set of endpoints", "usage": [ "install []", "install [ ..] []" ], "options": [ { "shorthand": "-h", "flag": "--help", "description": "Show this help message" }, { "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" } ] }