UNPKG

matrixbitcore-payment-protocol

Version:

Payment Protocol (BIP70 and related) support for matrixbitcore

73 lines (72 loc) 1.63 kB
{ "name": "matrixbitcore-payment-protocol", "version": "1.11.12", "description": "Payment Protocol (BIP70 and related) support for matrixbitcore", "author": "BitPay <dev@bitpay.com>", "main": "index.js", "scripts": { "lint": "gulp lint", "test": "gulp test", "coverage": "gulp coverage", "build": "gulp", "rootcerts": "node ./update-rootcerts.js" }, "contributors": [ { "name": "Christopher Jeffrey", "email": "chjeffrey@gmail.com" }, { "name": "Manuel Araoz", "email": "manuelaraoz@gmail.com" }, { "name": "Ryan X. Charles", "email": "ryan@bitpay.com" }, { "name": "Linus Unnebäck", "email": "linus@folkdatorn.se" }, { "name": "Esteban Ordano", "email": "eordano@gmail.com" }, { "name": "Matias Alejo Garcia", "email": "ematiu@gmail.com" } ], "keywords": [ "bitcoin", "bitcore", "matrixbitcore", "payment protocol", "BIP70" ], "repository": { "type": "git", "url": "https://github.com/matrix-pay/matrixbitcore-payment-protocol.git" }, "browser": "lib/browser.js", "dependencies": { "asn1.js": "^5.0.1", "asn1.js-rfc3280": "^4.0.0", "asn1.js-rfc5280": "^3.0.0", "bs58": "^4.0.1", "jsrsasign": "^8.0.12", "matrixbitcore-lib": "^1.2.13", "protobufjs": "=5.0.3" }, "peerDependencies": { "matrixbitcore-lib": "^1.2.13" }, "devDependencies": { "matrixbitcore-build": "^1.1.8", "brfs": "^2.0.1", "chai": "^4.2.0", "gulp": "^4.0.0", "sinon": "^7.1.1" }, "license": "MIT" }