forked from cert-manager/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 909 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
{
"name": "tech-doc-hugo",
"version": "0.0.1",
"description": "Hugo theme for technical documentation.",
"main": "none.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bep/tech-doc-hugo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bep/tech-doc-hugo/issues"
},
"homepage": "https://github.com/bep/tech-doc-hugo#readme",
"devDependencies": {
"@algolia/cli": "^4.0.8",
"autoprefixer": "^9.4.6",
"hugo-algolia": "git+https://git@github.com/meyskens/hugo-algolia.git#bf56cc21e81d6344338e807d143e64b446613b7e",
"markdown-spellcheck": "git+https://git@github.com/lukeapage/node-markdown-spellcheck.git#78ad8e3c21fe982a1e4d1fc1fbf421fb57c9739b",
"postcss-cli": "^7.1.0",
"remark-cli": "^9.0.0",
"remark-lint": "^8.0.0"
}
}