Stripped personal data from development repository
Samo Penic
2019-02-20 83c3f647c35477564b77cbc5b36d37d793d5442a
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
{
  "name": "MathJax",
  "main": "./MathJax.js",
  "homepage": "http://www.mathjax.org/",
  "ignore": [
    "**/.*",
    "node_modules",
    "components"
  ],
  "keywords": [
    "math",
    "js",
    "LaTeX",
    "MathML",
    "AsciiMath"
  ],
  "version": "2.7.5",
  "_release": "2.7.5",
  "_resolution": {
    "type": "version",
    "tag": "2.7.5",
    "commit": "419b0a6eee7eefc0f85e47f7d4f8227ec28b8e57"
  },
  "_source": "https://github.com/mathjax/MathJax.git",
  "_target": "^2.7.5",
  "_originalSource": "MathJax",
  "_direct": true
}