{
  "name": "mathjax3",
  "version": "3.0.0-beta.4",
  "maintainers": [
    "MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
  ],
  "description": "MathJax version 4 beta release testbed",
  "main": "./mathjax3/mathjax.js",
  "types": "./mathjax3/mathjax.d.ts",
  "scripts": {
    "make-components": "cd components && bin/makeAll src",
    "compile": "npx tsc && cp mathjax3-ts/input/tex/mhchem/mhchem_parser.* mathjax3/input/tex/mhchem/",
    "prepublishOnly": "npx tsc && cp mathjax3-ts/input/tex/mhchem/mhchem_parser.* mathjax3/input/tex/mhchem/"
  },
  "dependencies": {
    "mj-context-menu": "^0.2.0",
    "speech-rule-engine": "^2.4.0"
  },
  "devDependencies": {
    "esm": "^3.0.34",
    "typescript": "2.3.*",
    "tape": "^4.8.0",
    "tslint": "^3.15.0",
    "tslint-jsdoc-rules": "*",
    "tslint-unix-formatter": "*",
    "typescript-tools": "^0.3.1",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.6.1",
    "webpack": "4.19.0",
    "webpack-cli": "^3.2.3",
    "uglifyjs-webpack-plugin": "^2.1.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mathjax/mathjax-v3/"
  },
  "bugs": {
    "url": "http://github.com/mathjax/mathjax-v3/issues"
  },
  "license": "Apache-2.0",
  "keywords": [
    "MathJax",
    "math",
    "svg",
    "mathml",
    "tex",
    "latex",
    "asciimath",
    "html",
    "browser",
    "nodejs",
    "equation",
    "formula"
  ]
}
