bitcoinfiles-node
Version:
Upload and Download files to Bitcoin Cash blockchain with Node and web
49 lines (48 loc) • 1.16 kB
JSON
{
"name": "bitcoinfiles-node",
"version": "0.5.4",
"description": "Upload and Download files to Bitcoin Cash blockchain with Node and web",
"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/vinarmani/bitcoinfiles-node.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/vinarmani/bitcoinfiles-node/issues"
},
"homepage": "https://github.com/vinarmani/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"
}
}