mediawiki-extensions-Math/mathoid/package.json
Gabriel Wicke 6c7f4e3b38 Fix SVG glyphs and make the service more robust
Change-Id: I14d3ca2fdc89f8662b2e823b6c891c79db5bab5a
2013-10-10 14:17:14 -07:00

11 lines
225 B
JSON

{
"name": "Mathoid",
"description": "Render tex to SVG and MathML using MathJax, Phantom. Based on svgtex.",
"version": "0.0.1",
"dependencies": {
"querystring": "0.x.x",
"express": "2.5.x",
"request": "2.x.x"
}
}