Sign in
Log inSign up
Getting details on libs in package.json

Getting details on libs in package.json

Steve Daly's photo
Steve Daly
·Feb 5, 2016

I frequently look at Github projects to learn new tools/approaches. Project package.json files have been a wealth of information. But, it is cumbersome copying and pasting library names into npmjs.org to see what the libs do.

Is there a tool that can parse package.json files (CLI or web interface) and grab the simple description from npmjs.org?