This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.49 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
{
"private": true,
"name": "owncloud-branded-clients",
"description": "The ownCloud Branded Clients documentation",
"version": "1.0.0",
"license": "AGPL-3.0",
"author": "The ownCloud Team <docs@owncloud.com>",
"homepage": "https://github.com/owncloud/branded_clients#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/owncloud/branded_clients.git"
},
"bugs": {
"url": "https://github.com/owncloud/branded_clients/issues"
},
"contributors": [
{
"name": "Matthew Setter",
"email": "matthew@matthewsetter.com"
},
{
"name": "Martin Mattel",
"email": "github@diemattels.at"
},
{
"name": "Thomas Boerger",
"email": "tboerger@owncloud.com"
}
],
"scripts": {
"prose": "write-good --parse **/*.adoc",
"serve": "http-server public/ -d -i",
"antora": "antora --stacktrace generate --cache-dir cache --redirect-facility disabled --clean site.yml",
"validate": "antora --stacktrace generate --cache-dir cache --redirect-facility disabled --generator ./generator/xref-validator.js --clean site.yml",
"linkcheck": "broken-link-checker --filter-level 3 --recursive --verbose"
},
"dependencies": {
"@antora/cli": "^2.0",
"@antora/site-generator-default": "^2.0"
},
"devDependencies": {
"broken-link-checker": "^0.7.8",
"http-server": "^0.11.1",
"write-good": "^0.13.1"
},
"keywords": [
"antora",
"asciidoc",
"documentation",
"owncloud",
"branding"
]
}