This repository has been archived by the owner on Mar 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
71 lines (71 loc) · 1.88 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "antora-site-generator-lunr",
"version": "0.6.1",
"description": "An Antora's site generator that produces a Lunr index.",
"license": "MIT",
"author": "Guillaume Grossetie (https://github.com/Mogztter)",
"contributors": [
"Guillaume Grossetie <ggrossetie@yuzutech.fr>"
],
"homepage": "https://antora.org",
"repository": "https://github.com/Mogztter/antora-site-generator-lunr",
"bugs": {
"url": "https://github.com/Mogztter/antora-site-generator-lunr/issues"
},
"main": "lib/index.js",
"scripts": {
"test": "mocha test/test.js"
},
"optionalDependencies": {
"@antora/asciidoc-loader": "~2",
"@antora/content-aggregator": "~2",
"@antora/content-classifier": "~2",
"@antora/document-converter": "~2",
"@antora/navigation-builder": "~2",
"@antora/page-composer": "~2",
"@antora/playbook-builder": "~2",
"@antora/redirect-producer": "2",
"@antora/site-mapper": "~2",
"@antora/site-publisher": "~2",
"@antora/ui-loader": "~2"
},
"dependencies": {
"antora-lunr": "0.8.0"
},
"devDependencies": {
"@antora/asciidoc-loader": "~2",
"@antora/content-aggregator": "~2",
"@antora/content-classifier": "~2",
"@antora/document-converter": "~2",
"@antora/navigation-builder": "~2",
"@antora/page-composer": "~2",
"@antora/playbook-builder": "~2",
"@antora/redirect-producer": "2",
"@antora/site-mapper": "~2",
"@antora/site-publisher": "~2",
"@antora/ui-loader": "~2",
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.3",
"dirty-chai": "^2.0.1",
"fs-extra": "^10.0.0",
"mocha": "^9.0.0",
"rimraf": "^3.0.2"
},
"engines": {
"node": ">= 8.0.0"
},
"files": [
"lib/"
],
"keywords": [
"antora",
"antora-component",
"generator",
"pipeline",
"documentation",
"static site",
"web publishing",
"lunr",
"search engine"
]
}