Created
February 25, 2015 17:01
-
-
Save guillermoroblesjr/9b17a625395f8c0cddf8 to your computer and use it in GitHub Desktop.
NPM list dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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