Is there some way to modify this build pack
https://github.com/oortcloud/heroku-buildpack-meteorite
to install this npm
https://github.com/abh/node-stripe
it works fine on development but I cannot figure out how to install and require it on Heroku
I am requiring it using
__meteor_bootstrap__.require('stripe')(api_key)