bitcore-payment-codes-cash
Version:
Payment Codes (BIP47) support for Bitcoin Cash
35 lines (34 loc) • 736 B
JSON
{
"name": "bitcore-payment-codes-cash",
"version": "1.2.0",
"description": "Payment Codes (BIP47) support for Bitcoin Cash",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"coverage": "gulp coverage",
"build": "gulp"
},
"keywords": [
"bitcoin",
"bitcore",
"bip47",
"payment codes"
],
"repository": {
"type": "git",
"url": "https://github.com/bitpay/bitcore-payment-codes.git"
},
"browser": "lib/browser.js",
"dependencies": {
"bitcore-lib-cash": "*"
},
"devDependencies": {
"bitcore-build": "^0.6.0",
"brfs": "^1.6.1",
"chai": "^1.10.0",
"gulp": "^3.9.1"
},
"license": "MIT"
}