blob: 6b214b933eacf72f60639f1761cac03505d5be17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "MathJax",
"main": "./MathJax.js",
"homepage": "http://www.mathjax.org/",
"ignore": [
"**/.*",
"node_modules",
"components"
],
"keywords": ["math", "js", "LaTeX", "MathML", "AsciiMath"]
}
|