npm install for Stripe.js — for testing only
npm install stripe-debugnpm install for Stripe.js — for testing only. Downloads stripe-debug.js from the Stripe CDN. sh
$ npm install stripe-debug
`Usage
With Browserify:`js
var Stripe = require('stripe-debug');
`Or