forked from Deep-Symmetry/beat-link-trigger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 860 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
{
"private": true,
"description": "Used to build the documentation site, not the project itself.",
"dependencies": {},
"devDependencies": {
"@antora/cli": "3.1.5",
"@antora/site-generator": "3.1.5",
"@antora/lunr-extension": "^1.0.0-alpha.8"
},
"scripts": {
"local-docs": "npx antora --fetch doc/embedded.yml",
"hosted-docs": "npx antora --fetch doc/github-actions.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"
}