importpackagebowermain-bower-files

Import all bower packages


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.


Solution

  • 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:

    e.g

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