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