UNPKG

bitcoinfiles

Version:

Upload and Download files to Bitcoin Cash blockchain

46 lines (45 loc) 1.07 kB
{ "name": "bitcoinfiles", "version": "0.5.2", "description": "Upload and Download files to Bitcoin Cash blockchain", "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/simpleledgerinc/bitcoinfilesjs.git" }, "keywords": [ "BCH", "bfp", "bitcoin", "cash", "slp", "simple", "ledger", "node", "browser" ], "author": "Simple Ledger, Inc.", "license": "MIT", "unpkg": "dist/bitcoinfiles.min.js", "bugs": { "url": "https://github.com/simpleledgerinc/bitcoinfilesjs/issues" }, "homepage": "https://github.com/simpleledgerinc/bitcoinfilesjs#readme", "dependencies": { "grpc-bchrpc-web": "^0.5.0" }, "devDependencies": { "browserify": "^16.2.2", "mocha": "^5.2.0", "uglify-es": "^3.3.9", "bitbox-sdk": "^8.3.0" } }