A Bower-compatible JSON API which lists all public repositories owned by the Financial Times as well as a white-list of private repositories.
To use the Origami Bower registry, update your ~/.bowerrc
file to
the following:
{
"registry": {
"search": [
"https://origami-bower-registry.ft.com",
"https://registry.bower.io"
]
}
}
This Bower registry can also list private repositories, but this is decided on a case-by-case basis. If you'd like to add your private repo to the white-list, then you'll need to consider the following first:
If you're OK with the above then either contact the Origami team
asking to add your repository, or add it to the privateRepoWhitelist
array yourself
and open a pull request.