Is there any Dependency Injection solution for nodejs similar to angular injector

Angular injector is awesome and it would be great to find to use the same concept in the backend. Is there something similar?

I just released Electrolyte, which follows a similar pattern, but geared toward Node.js applications.