jspm is a new package manager for JavaScript fornt-ends that comes with a universal module loading system. It integrates nicely with npm by adding a `jspm` property to the `package.json` that specifies what the jspm dependencies are. Mine looks like this:
Read More