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