summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorAlan Pearce2017-06-18 20:07:14 +0200
committerAlan Pearce2017-06-18 20:07:14 +0200
commit2fef943bf1c52e8d2be64521202936ca0f7358e3 (patch)
treeef839e7442e7a996dc3f8c918529a500b7efa53e /package.json
parente13c5726846a89df4196f6abc9fc98d99d48305b (diff)
downloadhomestead-2fef943bf1c52e8d2be64521202936ca0f7358e3.tar.lz
homestead-2fef943bf1c52e8d2be64521202936ca0f7358e3.tar.zst
homestead-2fef943bf1c52e8d2be64521202936ca0f7358e3.zip
feat: use configly/TOML for configuration
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index e25d390..93f2ddf 100644
--- a/package.json
+++ b/package.json
@@ -29,10 +29,12 @@
     "supertest": "^3.0.0"
   },
   "dependencies": {
+    "configly": "^4.1.0",
     "gray-matter": "^2.1.1",
     "koa": "^2.2.0",
     "koa-nunjucks-next": "^1.1.3",
     "koa-router": "^7.2.1",
-    "markdown-it": "^8.3.1"
+    "markdown-it": "^8.3.1",
+    "toml": "^2.3.2"
   }
 }