This is a simple wrapper over stripe.js to allow installing and importing in apps using jspm.
It can be installed as:
jspm install stripe=github:akagr/stripe-jspm
And can then be easily be required and used.
import 'stripe';
Stripe.setPublishableKey('pk_test_6pRNASCoBOKtIshFeQd4XMUh');