forked from friendica/friendica-addons
12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"name": "MathJax",
|
|
"main": "./MathJax.js",
|
|
"homepage": "http://www.mathjax.org/",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"components"
|
|
],
|
|
"keywords": ["math", "js", "LaTeX", "MathML", "AsciiMath"]
|
|
}
|