Alternatywne rozwiązania
Bower can be configured using JSON in a .bowerrc file. For example:
{
"directory": "app/components/",
"timeout": 120000,
"registry": {
"search": [
"http://localhost:8000",
"https://registry.bower.io"
]
}
}