You don't need a .js extension to include a file as javascript, if you already have it working in HTML just include that as javascript and BC will still render it
<script src="http://yoursite/yourfile.html"></script>
As long as the output is pure javascript you wont have an issue, you dont even need JSONP you could just throw it all in a variable if you wanted.