Jet-DI is a simple Dependency Injection for Node.js projects. Is was originated on JetApp framework development. Its approach is very minimalistic and does not burdens the developer with complex names or syntax, providing simplicity for the user too (the developer).
$ npm install --save jet-di
var jetDi = require('jet-di');
jetDi('Rainbow');