]> git.mxchange.org Git - friendica-addons.git/blob - mathjax/asset/package.json
Blockbot: Added "axios" to the "good" agents
[friendica-addons.git] / mathjax / asset / package.json
1 {
2   "name": "mathjax",
3   "version": "2.7.5",
4   "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.",
5   "keywords": [
6     "math",
7     "svg",
8     "mathml",
9     "tex",
10     "latex",
11     "asciimath",
12     "browser",
13     "browser-only"
14   ],
15   "maintainers": [
16     "MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
17   ],
18   "bugs": {
19     "url": "http://github.com/mathjax/MathJax/issues"
20   },
21   "license": "Apache-2.0",
22   "repository": {
23     "type": "git",
24     "url": "git://github.com/mathjax/MathJax.git"
25   },
26   "main": "./unpacked/MathJax.js",
27   "scripts": {
28     "test": "echo 'No tests here!'"
29   }
30 }