aboutsummaryrefslogtreecommitdiff
path: root/public/assets/javascripts/mathjax/package.json
blob: 9dadaeb7ae2e130e5e21e7b4ea8ef3423824a0f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "mathjax",
  "version": "2.7.6",
  "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!'"
  }
}