UNPKG

bitcoin-txdecoder

Version:
28 lines (27 loc) 648 B
{ "name": "bitcoin-txdecoder", "version": "0.0.3", "description": "transaction decode hex string", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "bitcoinjs-lib": "3.3.*" }, "repository": { "type": "git", "url": "git+https://github.com/you21979/node-bitcoin-txdecoder.git" }, "keywords": [ "bitcoin", "transaction", "rawtx" ], "author": "you21979", "license": "MIT", "bugs": { "url": "https://github.com/you21979/node-bitcoin-txdecoder/issues" }, "homepage": "https://github.com/you21979/node-bitcoin-txdecoder#readme" }