How to check the package versions of bower packages
Bower lets you query the bower registry via the command line to find a package by a given name and then list its versions. e.g. To search libraries that have the word 'react'
bower search react
bower info react
 
    