UNPKG

bthread

Version:

Bitcoin based message thread

43 lines (42 loc) 885 B
{ "name": "bthread", "version": "0.5.0", "description": "Bitcoin based message thread", "main": "lib/bthread.js", "bin": "bin/bthread", "scripts": { "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "git@github.com:indutny/bthread" }, "keywords": [ "bcoin", "bitcoin", "thread", "messaging", "forum", "blog" ], "author": "Fedor Indutny <fedor@indutny.com>", "license": "MIT", "bugs": { "url": "https://github.com/indutny/bthread/issues" }, "homepage": "https://github.com/indutny/bthread", "dependencies": { "bcoin": "^0.13.0", "bn.js": "^0.10.0", "inherits": "^2.0.1", "leveldown": "^0.10.2", "levelup": "^0.18.3", "pako": "^0.2.1", "progress": "^1.1.5", "prompt": "^0.2.12", "yargs": "^1.2.1" }, "devDependencies": { "mocha": "^1.18.2" } }