-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
36 lines (36 loc) · 911 Bytes
/
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
{
"private": true,
"description": "Used to build the documentation site, not the project itself.",
"dependencies": {},
"devDependencies": {
"@antora/cli": "3.1.2",
"@antora/site-generator": "3.1.2",
"@antora/lunr-extension": "^1.0.0-alpha.8",
"@deepsymmetry/asciidoctor-bytefield": "^1.8.0",
"@djencks/asciidoctor-mathjax": "0.0.8"
},
"engines": {
"node": ">=16.13.1"
},
"scripts": {
"local-docs": "npx antora --fetch doc/local.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Deep-Symmetry/dysentery.git"
},
"keywords": [
"pioneer",
"dj-link",
"clojure"
],
"author": {
"name": "James Elliott",
"email": "james@deepsymmetry.org"
},
"license": "EPL-1.0",
"bugs": {
"url": "https://github.com/Deep-Symmetry/dysentery/issues"
},
"homepage": "https://github.com/Deep-Symmetry/dysentery#readme"
}