diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
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" |