This repository was created to diagnose jspm/registry#1070
To test, run
$ jspm install github:aluanhaddad/jspm-registry-1070
Observe that jsdom is not installed, but jquery is.
Then run
$ npm install aluanhaddad/jspm-registry-1070
Observe that jsdom and jquery are both installed.