aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-04-03 20:03:30 -0500
committerEv Bogue <ev@evbogue.com>2019-04-03 20:03:30 -0500
commit8856e4b188eadcf286c07e04e7478f2050af7d70 (patch)
tree030fe146f3e1f574500f83ad7db0ad3731a5638c /package.json
initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..42d3dcc
--- /dev/null
+++ b/package.json
@@ -0,0 +1,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"
+ }
+}