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.
Asked
Active
Viewed 100 times
0

Asaf Savich
- 623
- 1
- 9
- 29
1 Answers
0
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"}

Asaf Savich
- 623
- 1
- 9
- 29