summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/shortmathj/package.json
diff options
context:
space:
mode:
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"
+ }
+}