generated from feelpp/feelpp-project
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.69 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
{
"private": true,
"name": "parallel-programming",
"description": "The Parallel Programming documentation",
"version": "2.0.2",
"license": "AGPL-3.0",
"author": "The Parallel Programming Team",
"homepage": "https://github.com/feelpp/parallel-programming#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/feelpp/parallel-programming.git"
},
"bugs": {
"url": "https://github.com/feelpp/parallel-programming/issues"
},
"contributors": [
{
"name": "Christophe Prud'homme",
"email": "christophe.prudhomme@cemosis.fr"
}
],
"scripts": {
"prose": "write-good --parse **/*.adoc",
"start": "http-server public/ -d -i",
"antora": "npx antora --stacktrace generate --cache-dir cache --clean site.yml",
"validate": "npx antora --stacktrace generate --cache-dir cache --generator ./generator/xref-validator.js --clean site.yml",
"linkcheck": "broken-link-checker --filter-level 3 --recursive --verbose"
},
"dependencies": {
"@antora/cli": "^3.1.9",
"@antora/collector-extension": "^1.0.0-beta.2",
"@antora/site-generator-default": "^3.1.9",
"@asciidoctor/core": "^2.2.8",
"@djencks/asciidoctor-template": "^0.0.3",
"@feelpp/asciidoctor-extensions": "^1.0.0-rc.11",
"@feelpp/antora-extensions": "^1.0.0-rc.2",
"asciidoctor": "^2.2.6",
"asciidoctor-emoji": "^0.4.2",
"asciidoctor-jupyter": "^0.7.0",
"asciidoctor-kroki": "^0.18.1",
"handlebars-utils": "^1.0.6",
"node-srv": "^3.0.3"
},
"devDependencies": {
"broken-link-checker": "^0.7.8",
"http-server": "^14.1.1",
"write-good": "^0.13.1"
},
"keywords": [
"antora",
"asciidoc",
"documentation"
]
}