Skip to content

Commit 798dd39

Browse files
committed
readded package.json
1 parent ecbb083 commit 798dd39

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)