UNPKG

bitcore-crown

Version:

A platform to build Crown and blockchain-based applications.

102 lines (101 loc) 2.04 kB
{ "name": "bitcore-crown", "version": "0.4.4", "publishConfig": { "tag": "next" }, "description": "A platform to build Crown and blockchain-based applications.", "author": "Crown Developers <info@crown.tech>", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha test/** --recursive" }, "bin": { "bitcore-crown-adv": "./bin/bitcore", "bitcored-crown": "./bin/bitcored" }, "contributors": [ { "name": "BitPay", "email": "dev@bitpay.com" }, { "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": [ "crown", "transaction", "address", "p2p", "ecies", "cryptocurrency", "blockchain", "payment", "bip21", "bip32", "bip37", "bip69", "bip70", "multisig" ], "repository": { "type": "git", "url": "https://github.com/Crowndev/bitcore-crown.git" }, "browser": { "request": "browser-request" }, "dependencies": { "bitcore-lib-crown": "^0.5.1", "bitcore-node-crown": "^0.4.2", "insight-api-crown": "^0.4.2", "insight-ui-crown": "^0.3.0" }, "license": "MIT", "devDependencies": { "chai": "^3.3.0", "mocha": "^2.3.3" } }