UNPKG

chain-unofficial

Version:

a wrapper around chain's api. Conforms to a standard derived from bitcoind and common-blockchain

47 lines (46 loc) 1.17 kB
{ "name": "chain-unofficial", "version": "1.4.0", "description": "a wrapper around chain's api. Conforms to a standard derived from bitcoind and common-blockchain", "main": "index.js", "scripts": { "test": "source .env && node test/index.js" }, "repository": { "type": "git", "url": "https://github.com/andrewmalta13/chain-unofficial" }, "keywords": [ "blockchain", "api", "common-blockchain", "bitcoind", "standard", "bitcoin", "chain", "chain.com" ], "maintainers": [ "Andrew Malta <andrew.malta@yale.edu>", "Howard Wu <howardwu@berkeley.edu>" ], "author": "Andrew Malta <andrew.malta@yale.edu>", "license": "ISC", "bugs": { "url": "https://github.com/andrewmalta13/chain-unofficial/issues" }, "homepage": "https://github.com/andrewmalta13/chain-unofficial", "devDependencies": { "abstract-common-blockchain": "^0.1.5", "async": "^1.3.0", "tape": "^4.0.0" }, "dependencies": { "abstract-common-blockchain": "^0.2.0", "assert": "^1.3.0", "async": "^1.3.0", "bitcoin-tx-hex-to-json": "0.0.3", "chain-node": "^3.1.2", "tape": "^4.0.0" } }