Import all bower packages

109 views Asked by At

I want to be able to import all bower packages. I've seen that it is possible by getting the JSON out of http://bower-component-list.herokuapp.com/ .
Unfortunately, this link is no longer maintained.

Is there any other way/link? Thanks.

1

There are 1 answers

0
Asaf Savich On BEST ANSWER

UPDATE December 2019

The new bower registry is on https://registry.bower.io/packages


Original post OK, Apperantley, Bower changed their API.
In order to view all bower packages:
GO HERE.

p.s - They have changes their API and now the only 2 things available from the API are:

  • Package Name.
  • Git Endpoint

e.g

{"name":"jquery","url":"https://github.com/jquery/jquery-dist.git"}