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

33 lines
961 B
JSON

{
"name": "mathjax-node",
"version": "0.1.1",
"description": "API 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": {
<<<<<<< HEAD
"mathjax": "git://github.com/dpvc/MathJax.git#node-package",
"jsdom": "1.0.x",
=======
"jsdom": "1.0.2",
>>>>>>> 28cd9db547e13f1fd32c1188f2b36825957d01a6
"speech-rule-engine": "*",
"yargs": "1.3.x"
},
"main": "./lib/mj-page.js"
}