summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/shortmathj/package.json
blob: 22c77822f5a1463062326d87c7fdf897ef25ddc9 (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
{
  "name": "latex-shortmathj",
  "version": "0.5.0",
  "description": "Scripts for generating LaTeX package shortmathj",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/Nickkolok/latex-shortmathj.git"
  },
  "keywords": [
    "latex",
    "AMS"
  ],
  "author": "Nikolai Avdeev aka @nickkolok",
  "license": "LPPL-1.3c",
  "bugs": {
    "url": "https://gitlab.com/Nickkolok/latex-shortmathj/issues"
  },
  "homepage": "https://gitlab.com/Nickkolok/latex-shortmathj#readme",
  "dependencies": {
    "csv-parser": "^2.3.2"
  }
}