blocktrail-unofficial
Version:
A Blocktrail adapter built to standardize requests to the common-blockchain convention
37 lines (36 loc) • 922 B
JSON
{
"name": "blocktrail-unofficial",
"version": "1.2.2",
"description": "A Blocktrail adapter built to standardize requests to the common-blockchain convention",
"main": "index.js",
"scripts": {
"test": "node ./test/test.js"
},
"dependencies": {
"abstract-common-blockchain": "^0.1.1",
"async": "^1.3.0",
"blocktrail-sdk": "^1.3.8",
"tape": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/howardwu/blocktrail-unofficial.git"
},
"keywords": [
"address",
"bitcoin",
"blockchain",
"blocktrail",
"transaction"
],
"author": "Howard Wu",
"license": "BSD",
"bugs": {
"url": "https://github.com/howardwu/blocktrail-unofficial/issues"
},
"homepage": "https://github.com/howardwu/blocktrail-unofficial#readme",
"maintainers": {
"Howard Wu": "howardwu@berkeley.edu",
"Andrew Malta": "andrew.malta@yale.edu"
}
}