bitcore-payment-protocol-excc
Version:
Payment Protocol (BIP70 and related) support for bitcore
66 lines (65 loc) • 1.43 kB
JSON
{
"name": "bitcore-payment-protocol-excc",
"version": "1.5.0",
"description": "Payment Protocol (BIP70 and related) support for bitcore",
"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",
"payment protocol",
"BIP70",
"exchangecoin"
],
"browser": "lib/browser.js",
"dependencies": {
"asn1.js": "=4.9.1",
"asn1.js-rfc3280": "=4.0.0",
"asn1.js-rfc5280": "=2.0.0",
"bitcore-lib-excc": "^1.0.0",
"bs58": "^4.0.1",
"jsrsasign": "^8.0.4",
"protobufjs": "=5.0.1"
},
"devDependencies": {
"bitcore-build-excc": "^0.5.4",
"brfs": "^1.2.0",
"chai": "~1.10.0",
"gulp": "^3.8.10",
"sinon": "^1.17.3"
},
"license": "MIT"
}