mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-14 04:18:49 +00:00
[mathjax] Add local copy of MathJax JS library
This commit is contained in:
parent
940520c720
commit
a731f1ada0
584 changed files with 12342 additions and 0 deletions
30
mathjax/asset/package.json
Normal file
30
mathjax/asset/package.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "mathjax",
|
||||
"version": "2.7.5",
|
||||
"description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.",
|
||||
"keywords": [
|
||||
"math",
|
||||
"svg",
|
||||
"mathml",
|
||||
"tex",
|
||||
"latex",
|
||||
"asciimath",
|
||||
"browser",
|
||||
"browser-only"
|
||||
],
|
||||
"maintainers": [
|
||||
"MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "http://github.com/mathjax/MathJax/issues"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mathjax/MathJax.git"
|
||||
},
|
||||
"main": "./unpacked/MathJax.js",
|
||||
"scripts": {
|
||||
"test": "echo 'No tests here!'"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue