{ "name": "bitcore", "version": "4.0.0", "description": "A platform to build bitcoin and blockchain-based applications.", "author": "BitPay ", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha test/** --recursive", "build-deb": "./scripts/build-deb" }, "bin": { "bitcore": "./bin/bitcore", "bitcored": "./bin/bitcored" }, "contributors": [ { "name": "Daniel Cousens", "email": "bitcoin@dcousens.com" }, { "name": "Esteban Ordano", "email": "eordano@gmail.com" }, { "name": "Gordon Hall", "email": "gordon@bitpay.com" }, { "name": "Jeff Garzik", "email": "jgarzik@bitpay.com" }, { "name": "Kyle Drake", "email": "kyle@kyledrake.net" }, { "name": "Manuel Araoz", "email": "manuelaraoz@gmail.com" }, { "name": "Matias Alejo Garcia", "email": "ematiu@gmail.com" }, { "name": "Ryan X. Charles", "email": "ryanxcharles@gmail.com" }, { "name": "Stefan Thomas", "email": "moon@justmoon.net" }, { "name": "Stephen Pair", "email": "stephen@bitpay.com" }, { "name": "Wei Lu", "email": "luwei.here@gmail.com" } ], "keywords": [ "bitcoin", "transaction", "address", "p2p", "ecies", "cryptocurrency", "blockchain", "payment", "bip21", "bip32", "bip37", "bip69", "bip70", "multisig" ], "repository": { "type": "git", "url": "https://github.com/bitpay/bitcore.git" }, "browser": { "request": "browser-request" }, "dependencies": { "bitcore-lib": "^0.13.14", "bitcore-node": "braydonf/bitcore-node#aa7f0d7c605212eb8415e1de10721df43ae179c0", "insight-api": "braydonf/insight-api#667a38053b63694b76a85570241310590e8c074f", "insight-ui": "braydonf/insight-ui#d7c161d7b659b39d3929ea863b9bc388419ec57b" }, "license": "MIT", "devDependencies": { "chai": "^3.3.0", "mocha": "^2.3.3" } }