How to listen to media keys in NodeJS

I'm looking to make a little media program in node, but I've not yet found how to capture/listen for keyboard media keys.

I've checked a few libraries (such as: keypress and KeyboardJS) on http://npmjs.org and have pretty much come up dry (many were browser only libraries).

Any ideas?

Thanks girls and guys!