Originally a plugin made to launch grunt tasks from inside Visual studio by right-clicking your gruntfile in the solution explorer it has now been extended with new functionality:
Launch grunt tasks from the solution solution explorer. When right clicking on a gruntfile you will see a new submenu listing all your options
Execute bower updates when right clicking on the bower folder or on a plugin folder (thanks to Mads Kristensen for this feature)
Launch gulp tasks by right clicking on your gulpfile
Attention
To work well this plugin needs a recent version of node.js installed on your system due to a bug where standard output is not correctly redirected. If you don't see any output try to update node.js to the latest version ( > 0.10.22)