UNPKG

bitcore-payment-protocol

Version:

Payment Protocol (BIP70 and related) support for bitcore

71 lines (70 loc) 1.59 kB
{ "name": "bitcore-payment-protocol", "version": "8.1.1", "description": "Payment Protocol (BIP70 and related) support for bitcore", "author": "BitPay <dev@bitpay.com>", "main": "index.js", "scripts": { "lint": "gulp lint", "test": "gulp test", "test:ci": "npm run 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", "payment protocol", "BIP70" ], "repository": { "type": "git", "url": "https://github.com/bitpay/bitcore-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", "bitcore-lib": "^8.1.1", "bs58": "^4.0.1", "jsrsasign": "^8.0.12", "protobufjs": "=5.0.3" }, "devDependencies": { "bitcore-build": "^8.1.1", "brfs": "^2.0.1", "chai": "^4.2.0", "gulp": "^4.0.0", "sinon": "^7.1.1" }, "license": "MIT", "gitHead": "352df110d2087b4642b99bc7da0742e723a5eb23" }