UNPKG

coindjs-bootstrap

Version:

Bootstrap bitcoin-based systems using IRC or DNS seeds.

27 lines (26 loc) 560 B
{ "name": "coindjs-bootstrap", "version": "0.0.1", "description": "Bootstrap bitcoin-based systems using IRC or DNS seeds.", "dependencies": { "bs58check": "1.0.5", "irc": "0.3.12" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "bitcoin", "namecoin", "bootstrap", "dns", "seed" ], "repository": { "type": "git", "url": "git://github.com/ricmoo/coindjs-bootstrap.git" }, "author": "Richard Moore <me@ricmoo.com>", "license": "MIT" }