Works fine in Node/IOJS
> npm install
> node cjs
< object
< { expand: [Function: expand], Template: [Function: Template] }
Works fine in Babel
> npm install -g babel
> npm install
> babel-node es6
< object
< { expand: [Function: expand], Template: [Function: Template] }
Fails in JSPM
> jspm install
> npm install -g http-server
> http-server
> open "http://127.0.0.1:8080/jspm.html"
< undefined
< undefined