To install PouchDB using jspm:
jspm install pouchdb=npm:pouchdb
then import:
import PouchDB from 'pouchdb';