How can I find out the version of an installed grunt module?

Viewed 49809

Just wondering what is the command to verify the currently installed version of any grunt module already installed using command line. For example

grunt-compass -v

Or

grunt-compass --version 

do not work.

3 Answers
Related