We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbb083 commit 798dd39Copy full SHA for 798dd39
1 file changed
package.json
@@ -0,0 +1,24 @@
1
+{
2
+ "name": "tech-doc-hugo",
3
+ "version": "0.0.1",
4
+ "description": "Hugo theme for technical documentation.",
5
+ "main": "none.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/google/docsy-example.git"
12
13
+ "author": "",
14
+ "license": "ISC",
15
+ "bugs": {
16
+ "url": "https://github.com/google/docsy-example/issues"
17
18
+ "homepage": "https://github.com/google/docsy-example#readme",
19
+ "devDependencies": {
20
+ "autoprefixer": "^10.4.0",
21
+ "postcss": "^8.3.7",
22
+ "postcss-cli": "^9.0.2"
23
+ }
24
+}
0 commit comments