UNPKG

bitcore-thought2

Version:

A platform to build thought network and blockchain-based applications.

105 lines (104 loc) 2.13 kB
{ "name": "bitcore-thought2", "version": "4.1.5", "description": "A platform to build thought network and blockchain-based applications.", "author": "BitPay <dev@bitpay.com>", "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": "Zachary Pelkey", "email": "zach@pelkey.io" }, { "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", "Thought Network", "thought", "network", "ai" ], "repository": { "type": "git", "url": "https://github.com/bitpay/bitcore.git" }, "browser": { "request": "browser-request" }, "dependencies": { "bitcore-lib-thought": "^0.13.19", "bitcore-node-thought": "^v3.1.3 ", "bitcoind-rpc-thought": "^0.7.2", "insight-api-thought": "^0.4.0", "insight-ui-thought": "^0.4.0" }, "license": "MIT", "devDependencies": { "chai": "^3.3.0", "mocha": "^2.3.3" } }