Crate
Javascript IOC Container
Introduction
Crate is loosely inspired by the Symfony Framework's DependencyInjection component. It is a Dependency Injection package, that allows you to build a container, for your dependencies. It lets you create your container using either a json config, or by hand.
Documentation
Head over to the Documentation!