aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJulien Dessaux2019-12-19 14:21:45 +0100
committerJulien Dessaux2019-12-19 14:21:45 +0100
commitf63ce5bdd80f453dd2c11016ff594001303fc10c (patch)
treea33a4276989dd36ac5ca374c237b09d5f0263607 /package.json
downloadwww-f63ce5bdd80f453dd2c11016ff594001303fc10c.tar.gz
www-f63ce5bdd80f453dd2c11016ff594001303fc10c.tar.bz2
www-f63ce5bdd80f453dd2c11016ff594001303fc10c.zip
Initial import
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..5bce414
--- /dev/null
+++ b/package.json
@@ -0,0 +1,24 @@
+{
+ "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",
+ "dependencies": {},
+ "devDependencies": {
+ "autoprefixer": "^9.7.3",
+ "postcss-cli": "^5.0.1"
+ }
+}