aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 42d3dccb9d689bfc9a0ee602deb431567319f3b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "bogbook",
  "version": "1.0.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": {
    "ecstatic": "^3.3.1",
    "opn": "^6.0.0",
    "ws": "^6.2.1"
  }
}