diff --git a/package.json b/package.json index 30393d50..0b6a24d1 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,9 @@ "description": "API's for calling MathJax from node.js", "keywords": ["MathJax","math","svg","MathML","TeX","AsciiMath"], "maintainers": [ - "Davide P. Cervone (http://www.math.union.edu/locate/Cervone/)" + "MathJax Consortium (http://www.mathjax.org)" ], "bugs": { - "email": "dpvc@union.edu", "url": "http://github.com/mathjax/MathJax-node/issues" }, "license": { @@ -22,7 +21,7 @@ "jsdom": "1.0.2", "speech-rule-engine": "*", "yargs": "*", - "MathJax": "https://github.com/mathjax/MathJax/tarball/mathjax-node" + "MathJax": "https://github.com/mathjax/MathJax/tarball/mathjax-node-2.5" }, "main": "./lib/mj-page.js" }