You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
1.9 KiB
97 lines
1.9 KiB
{
|
|
"name": "bitcore",
|
|
"version": "0.10.3",
|
|
"description": "A pure and powerful JavaScript Bitcoin library.",
|
|
"author": "BitPay <dev@bitpay.com>",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "gulp lint",
|
|
"test": "gulp test",
|
|
"coverage": "gulp coverage",
|
|
"build": "gulp"
|
|
},
|
|
"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",
|
|
"bip70",
|
|
"multisig"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bitpay/bitcore.git"
|
|
},
|
|
"browser": {
|
|
"request": "browser-request"
|
|
},
|
|
"dependencies": {
|
|
"bn.js": "=0.16.1",
|
|
"bs58": "=2.0.0",
|
|
"elliptic": "=0.16.0",
|
|
"hash.js": "=0.3.2",
|
|
"inherits": "=2.0.1",
|
|
"lodash": "=2.4.1",
|
|
"sha512": "=0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"bitcore-build": "bitpay/bitcore-build",
|
|
"brfs": "^1.2.0",
|
|
"chai": "^1.10.0",
|
|
"gulp": "^3.8.10"
|
|
},
|
|
"license": "MIT"
|
|
}
|
|
|