-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.67 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
{
"name": "@neo4j/developer-site-generator",
"version": "0.6.1",
"description": "The Neo4j site generator pipeline for producing and publishing static documentation sites with Antora.",
"license": "MIT",
"author": "Guillaume Grossetie (https://yuzutech.fr)",
"contributors": [
"Guillaume Grossetie <[email protected]>"
],
"homepage": "https://github.com/neo4j-documentation/developer-site-generator#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/neo4j-documentation/developer-site-generator.git"
},
"bugs": {
"url": "https://github.com/neo4j-documentation/developer-site-generator/issues"
},
"main": "lib/index.js",
"dependencies": {
"@antora/asciidoc-loader": "3.0.0-alpha.1",
"@antora/content-aggregator": "3.0.0-alpha.1",
"@antora/content-classifier": "3.0.0-alpha.1",
"@antora/document-converter": "3.0.0-alpha.1",
"@antora/navigation-builder": "3.0.0-alpha.1",
"@antora/page-composer": "3.0.0-alpha.1",
"@antora/playbook-builder": "3.0.0-alpha.1",
"@antora/redirect-producer": "3.0.0-alpha.1",
"@antora/site-mapper": "3.0.0-alpha.1",
"@antora/site-publisher": "3.0.0-alpha.1",
"@antora/ui-loader": "3.0.0-alpha.1",
"asciidoctor-jupyter": "0.1.0",
"cheerio": "^1.0.0-rc.3",
"node-fetch": "^2.6.1"
},
"engines": {
"node": ">=10.17.0"
},
"files": [
"lib/"
],
"keywords": [
"antora",
"antora-component",
"generator",
"pipeline",
"documentation",
"static site",
"web publishing"
],
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1",
"sinon": "^10.0.0"
},
"scripts": {
"test": "mocha specs/**.spec.js"
}
}