aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2020-02-01 03:01:40 +0100
committerJoop Kiefte <ikojba@gmail.com>2020-02-01 03:01:40 +0100
commitd5aa1cc524d34f112298f0d4cac0d6ccfb8817b1 (patch)
tree401bf3520bdbb2fcc69259bc57717434586739c5 /package.json
parent908e4d9c762957876b8babee2b58c7ffd8c53a1e (diff)
parentd9325369c27eb5d96522d045004f32f1b01049f8 (diff)
Merge new contents and translate as much as possible TODO: translate settings.js
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 5632bad..437d4c7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bogbook",
- "version": "1.5.0",
+ "version": "1.8.1",
"description": "secure blockchain logging (blogging, without the l) -- bogging",
"main": "server.js",
"scripts": {
@@ -10,10 +10,10 @@
"author": "Ev Bogue <ev@evbogue.com>",
"license": "MIT",
"dependencies": {
- "ecstatic": "^4.1.2",
"ed2curve": "^0.2.1",
+ "koa": "^2.11.0",
+ "koa-static-server": "^1.4.0",
"open": "^6.2.0",
- "sanitize-filename": "^1.6.3",
"tweetnacl": "^1.0.1",
"tweetnacl-util": "^0.15.0",
"ws": "^6.2.1"