aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: ac7e569283ce28c6d4c335f9ee148f9685598915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "bogbook",
  "version": "1.7.0",
  "description": "secure blockchain logging (blogging, without the l) -- bogging",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "author": "Ev Bogue <ev@evbogue.com>",
  "license": "MIT",
  "dependencies": {
    "ed2curve": "^0.2.1",
    "koa": "^2.11.0",
    "koa-static-server": "^1.4.0",
    "open": "^6.2.0",
    "tweetnacl": "^1.0.1",
    "tweetnacl-util": "^0.15.0",
    "ws": "^6.2.1"
  }
}