Website/node_modules/mathjax-node/x-old-stuff/package.json

28 lines
867 B
JSON

{
"name": "MathJax-node",
"version": "0.1.1",
"description": "API's for calling MathJax from node.js",
"keywords": ["MathJax","math","svg","MathML","TeX","AsciiMath"],
"maintainers": [
"Davide P. Cervone <dpvc@union.edu> (http://www.math.union.edu/locate/Cervone/)"
],
"bugs": {
"email": "dpvc@union.edu",
"url": "http://github.com/mathjax/MathJax-node/issues"
},
"license": {
"type": "Apache",
"url": "http://github.com/mathjax/MathJax-node/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "git://github.com/mathjax/MathJax-node.git"
},
"dependencies": {
"mathjax": "git://github.com/dpvc/MathJax.git#node-package",
"jsdom": "1.0.x",
"speech-rule-engine": "*",
"yargs": "1.3.x"
},
"main": "./lib/mj-page.js"
}