{
  "name": "@innodoc/mathjax-coordsep",
  "version": "0.0.1",
  "description": "A MathJax v3 extension that adds a \\coordsep command for printing a custom coordination point separator.",
  "main": "dist/coordsep.min.js",
  "repository": {
    "type": "git",
    "url": "https://gitlab.tu-berlin.de/innodoc/mathjax-coordsep"
  },
  "bugs": {
    "url": "https://github.com/innodoc/mathjax-coordsep/issues"
  },
  "author": "Mirko Dietrich <dietrich@math.tu-berlin.de>",
  "license": "MIT",
  "private": false,
  "files": [
    "/dist",
    "/src"
  ],
  "keywords": [
    "mathjax",
    "extension",
    "mathjax extension"
  ],
  "browserslist": [
    ">1%",
    "last 1 version",
    "Firefox ESR",
    "not dead"
  ],
  "scripts": {
    "build": "node_modules/mathjax-full/components/bin/pack",
    "format": "prettier --write \"*.js\" \"src/**/*.js\"",
    "lint": "eslint ."
  },
  "dependencies": {
    "mathjax-full": "^3.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.0.6",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-import": "^2.20.0",
    "eslint-plugin-jest": "^23.6.0",
    "eslint-plugin-prettier": "^3.1.2",
    "prettier": "^1.19.1",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10"
  }
}
