Skip to content

Instantly share code, notes, and snippets.

@guillermoroblesjr
Created February 25, 2015 17:01
Show Gist options
  • Save guillermoroblesjr/9b17a625395f8c0cddf8 to your computer and use it in GitHub Desktop.
Save guillermoroblesjr/9b17a625395f8c0cddf8 to your computer and use it in GitHub Desktop.
NPM list dependencies
# list all dependencies
npm list --depth=0
# list dependencies for a specific package
npm list --depth=0 | grep grunt-contrib-compass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment