{ "name": "bitcore", "version": "4.1.1", "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": "bitpay/bitcore-lib#transitional", "bitcore-node": "bitpay/bitcore-node#blocks", "insight-api": "bitpay/bitcore-node#bitcore-node-4.0", "insight-ui": "^0.4.0" }, "license": "MIT", "devDependencies": { "chai": "^3.3.0", "mocha": "^2.3.3" } }