UNPKG

bitcore-matrixpay-lib

Version:
75 lines (74 loc) 1.93 kB
{ "name": "bitcore-matrixpay-lib", "version": "0.7.2", "description": "A pure and powerful JavaScript MatrixPay library.", "author": "MatrixPay Group, Inc.", "main": "index.js", "scripts": { "lint": "jshint . || true", "test": "npm run build && npm run test:node && npm run test:browser && npm run lint", "test:node": "mocha --no-timeouts --recursive", "test:browser": "karma start ./karma.conf.js --single-run", "coverage": "nyc mocha --recursive", "build": "webpack --display-error-details" }, "contributors": [], "keywords": [ "matrixpay", "transaction", "address", "p2p", "ecies", "cryptocurrency", "blockchain", "payment", "bip21", "bip32", "bip37", "bip69", "bip70", "multisig", "bitcore-matrixpay" ], "repository": { "type": "git", "url": "https://github.com/matrix-pay/bitcore-matrixpay-lib.git" }, "bugs": { "url": "https://github.com/matrix-pay/bitcore-matrixpay-lib/issues" }, "homepage": "https://github.com/matrix-pay/bitcore-matrixpay-lib", "browser": { "request": "browser-request" }, "dependencies": { "multi-hashing-plus": "^1.0.0", "bn.js": "=2.0.4", "bs58": "=2.0.0", "buffer-compare": "=1.0.0", "elliptic": "=3.0.3", "inherits": "=2.0.1", "lodash": "^4.17.11", "sha512": "=0.0.1" }, "devDependencies": { "brfs": "^2.0.1", "chai": "^4.2.0", "karma": "^3.1.1", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-detect-browsers": "^2.3.3", "karma-firefox-launcher": "^1.1.0", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "karma-webpack": "^3.0.5", "mocha": "^5.2.0", "nyc": "^13.1.0", "raw-loader": "^0.5.1", "sinon": "^4.5.0", "transform-loader": "^0.2.4", "uglifyjs-webpack-plugin": "^1.3.0", "webpack": "^3.12.0" }, "license": "MIT" }