Is it possible to specify an npm package as a catkin dependency?
Specifically, I'm creating a package that uses yeoman, bower, and grunt. So I'd like for anyone to be able to run rosdep install mypackage
and not only get nodejs, but also have something like npm install -g yo bower grunt-cli
be run automatically.