summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/shortmathj/package.json
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-19 03:01:18 +0000
committerNorbert Preining <norbert@preining.info>2020-03-19 03:01:18 +0000
commitc8b8ea37fe9cd71b53223dff23f291b2f158fc0f (patch)
tree4b91fec7c54c33edfbd023be9ccbdac673504483 /macros/latex/contrib/shortmathj/package.json
parent701be49cc7a592cc192c0f28e45a763a4c745282 (diff)
CTAN sync 202003190301
Diffstat (limited to 'macros/latex/contrib/shortmathj/package.json')
-rw-r--r--macros/latex/contrib/shortmathj/package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/macros/latex/contrib/shortmathj/package.json b/macros/latex/contrib/shortmathj/package.json
new file mode 100644
index 0000000000..22c77822f5
--- /dev/null
+++ b/macros/latex/contrib/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"
+ }
+}