I just hate when people release JavaScript libraries that needlessly depend on specific platforms. For awhile that dependency was usually jQuery, then with the rise of server-side JavaScript it was the DOM in general, now it appears to be Node.js.
Just write "X for JavaScript", dammit.
That said, this doesn't appear to have any Node.js specific dependencies, it could be used in any CommonJS environment.