UNPKG

@chris.troutner/bitcoinfiles-node

Version:

Upload and Download files to Bitcoin Cash blockchain with Node

53 lines (52 loc) 1.27 kB
{ "name": "@chris.troutner/bitcoinfiles-node", "version": "0.5.4", "description": "Upload and Download files to Bitcoin Cash blockchain with Node", "main": "index.js", "files": [ "lib/", "dist/" ], "scripts": { "test": "mocha", "build": "browserify index.js --standalone bitcoinfiles > dist/bitcoinfiles.js && uglifyjs dist/bitcoinfiles.js > dist/bitcoinfiles.min.js" }, "repository": { "type": "git", "url": "git+https://github.com/christroutner/bitcoinfiles-node.git" }, "keywords": [ "BCH", "bfp", "bitcoin", "cash", "slp", "simple", "ledger", "node", "browser" ], "author": "Chris Troutner <chris.troutner@gmail.com>", "contributors": [ "Simple Ledger, Inc.", "Vin Armani" ], "license": "MIT", "unpkg": "dist/bitcoinfiles.min.js", "bugs": { "url": "https://github.com/christroutner/bitcoinfiles-node/issues" }, "homepage": "https://github.com/christroutner/bitcoinfiles-node#readme", "dependencies": { "grpc-bchrpc-node": "^0.10.0", "grpc-bchrpc-web": "^0.5.0", "i": "^0.3.6", "npm": "^6.13.7" }, "devDependencies": { "browserify": "^16.2.2", "mocha": "^5.2.0", "uglify-es": "^3.3.9", "bitbox-sdk": "^8.3.0" } }