tex-to-mml
Version:
The MathJax library to convert TeX to MML
28 lines • 663 B
JSON
{
"name": "tex-to-mml",
"version": "0.2.0",
"description": "The MathJax library to convert TeX to MML",
"main": "TeXToMML.js",
"keywords": [
"TeX",
"MML",
"MathJax"
],
"repository": {
"type": "git",
"url": "git+https://github.com/CreatifCreateur/TeX-to-MML.git"
},
"author": "@CreatifCreateur",
"license": "MIT",
"dependencies": {
"mathjax-full": "^3.1.0"
},
"bugs": {
"url": "https://github.com/CreatifCreateur/TeX-to-MML/issues"
},
"homepage": "https://github.com/CreatifCreateur/TeX-to-MML#readme",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}