You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
473 B
JSON

5 years ago
{
"name": "bogbook",
"version": "1.2.0",
5 years ago
"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",
"tweetnacl": "^1.0.1",
"tweetnacl-util": "^0.15.0",
5 years ago
"ws": "^6.2.1"
}
}