summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/shortmathj/package.json
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-19 22:01:02 +0000
committerKarl Berry <karl@freefriends.org>2020-03-19 22:01:02 +0000
commitab1488b94de7c1645a36c1580b831debcad6a4f3 (patch)
tree0dd5ec70cc2fbecc24449a2a1c8acd267b21ccad /Master/texmf-dist/doc/latex/shortmathj/package.json
parentaa1af9bcadad151bf660cb115eb938b0853a5f8e (diff)
shortmathj (19mar20)
git-svn-id: svn://tug.org/texlive/trunk@54407 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/shortmathj/package.json')
-rw-r--r--Master/texmf-dist/doc/latex/shortmathj/package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/shortmathj/package.json b/Master/texmf-dist/doc/latex/shortmathj/package.json
new file mode 100644
index 00000000000..22c77822f5a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/shortmathj/package.json
@@ -0,0 +1,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"
+ }
+}