To automatically install bower and its components, one must
Specify the bower dependency in package.json:
"dependencies": {
"bower": "^1.7.9"
}
Use scripts to execute a postinstall command
"scripts": {
"postinstall": "./...