-
-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1003 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1003 Bytes
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
{
"private": true,
"description": "Used to build the documentation site, not the project itself.",
"dependencies": {
"@antora/pdf-extension": "^1.0.0-beta.4"
},
"devDependencies": {
"@antora/cli": "3.1.10",
"@antora/lunr-extension": "^1.0.0-alpha.10",
"@antora/site-generator": "3.1.10"
},
"scripts": {
"local-docs": "npx antora --fetch doc/antora-playbook-embedded.yml",
"hosted-docs": "npx antora --fetch doc/antora-playbook-hosted.yml",
"test-docs": "npx antora --fetch doc/antora-playbook-test.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Deep-Symmetry/beat-link-trigger.git"
},
"keywords": [
"pioneer",
"dj-link",
"clojure"
],
"author": {
"name": "James Elliott",
"email": "[email protected]"
},
"license": "EPL-2.0",
"bugs": {
"url": "https://github.com/Deep-Symmetry/beat-link-trigger/issues"
},
"homepage": "https://github.com/Deep-Symmetry/beat-link-trigger#readme"
}