UNPKG

@owstack/bch-lib

Version:

A Javascript library to build bitcoin cash and blockchain-based applications.

51 lines (50 loc) 1.05 kB
{ "name": "@owstack/bch-lib", "version": "0.3.1", "description": "A Javascript library to build bitcoin cash and blockchain-based applications.", "main": "index.js", "scripts": { "lint": "gulp lint", "test": "gulp test", "coverage": "gulp coverage", "build": "gulp" }, "keywords": [ "bitcoin cash", "transaction", "address", "p2p", "ecies", "cryptocurrency", "blockchain", "payment", "bip21", "bip32", "bip37", "bip69", "bip70", "multisig" ], "repository": { "type": "git", "url": "https://github.com/owstack/bch-lib.git" }, "browser": { "request": "browser-request" }, "dependencies": { "@owstack/ows-common": "^0.0.11", "@owstack/key-lib": "^0.0.18", "@owstack/network-lib": "^0.0.8", "buffer-compare": "=1.0.0", "inherits": "=2.0.1" }, "devDependencies": { "@owstack/ows-build": "^0.0.12", "brfs": "^1.2.0", "chai": "^1.10.0", "gulp": "^3.8.10", "sinon": "^1.13.0" }, "license": "MIT" }