UNPKG

rhombus-bitcoind-rpc

Version:

Rhombus Client Library to connect to Rhombus Core via RPC

54 lines (53 loc) 1.25 kB
{ "name": "rhombus-bitcoind-rpc", "description": "Rhombus Client Library to connect to Rhombus Core via RPC", "version": "0.7.0", "author": { "name": "Stephen Pair", "email": "stephen@bitpay.com" }, "contributors": [ { "name": "Jeff Garzik", "email": "jgarzik@bitpay.com" }, { "name": "Manuel Araoz", "email": "manuelaraoz@gmail.com" }, { "name": "Matias Alejo Garcia", "email": "ematiu@gmail.com" }, { "name": "Braydon Fuller", "email": "braydon@bitpay.com" } ], "keywords": [ "rhombus", "rpc" ], "repository": { "type": "git", "url": "https://github.com/rhombus/rhombus-bitcoind-rpc" }, "license": "MIT", "main": "lib/index.js", "scripts": { "test": "node_modules/.bin/mocha test -R spec", "coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --recursive" }, "devDependencies": { "async": "^0.9.0", "chai": "^1.10.0", "coveralls": "^2.11.2", "istanbul": "^0.3.5", "mocha": "^2.1.0", "sinon": "^1.12.2" }, "bugs": { "url": "https://github.com/rhombus/rhombus-bitcoind-rpc/issues" }, "homepage": "https://github.com/rhombus/rhombus-bitcoind-rpc" }