I am struggling to add MathJax as a dependency in my bower.json or package.json file. I have searched everywhere for documentation on the correct way to include it.
My attempt to include it looked like this:
"devDependencies": {
"mathjax": "2.7.5"
}
Unfortunately, this method did not work. Could someone please point me in the right direction for finding this information?