This is a bower endpoint for jspm.
To install a package just reference it by the package name, for example:
jspm install bower:[email protected]
Will install jquery version 1.9.1
. You can also require packages and use them directly in your code:
var gazel = require('bower:gazel');