summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hereapplies/package.json
blob: 693844e7e1cdd44b726c9d3d708825793a42737e (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
27
28
29
30
31
32
33
34
{
	"name": "hereapplies.sty",
	"version": "1.0.0",
	"description": "A LaTeX package for referencing groups of pages that share something in common",
	"homepage": "https://www.ctan.org/pkg/hereapplies",
	"author": "madmurphy",
	"license": "AGPL-3.0-or-later",
	"main": "hereapplies.sty",
	"repository": {
		"url": "https://github.com/madmurphy/hereapplies.sty.git"
	},
	"src": [
		"hereapplies.sty",
		"hereapplies-doc.lyx",
		"hereapplies-doc.tex",
		"hereapplies-example.tex"
	],
	"bugs": {
		"url": "https://github.com/madmurphy/hereapplies.sty/issues",
		"email": "madmurphy333@gmail.com"
	},
	"keywords": [
		"glossary",
		"index",
		"latex",
		"latex-hyperref",
		"latex-labels",
		"latex-package",
		"lyx",
		"lyx-module",
		"toc"
	]
}