UNPKG

mml-to-chtml

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