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.
22 lines
531 B
JSON
22 lines
531 B
JSON
{
|
|
"name": "bogbook",
|
|
"version": "1.8.1",
|
|
"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"
|
|
}
|
|
}
|