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.
83 lines
1.6 KiB
83 lines
1.6 KiB
{
|
|
"name": "bitcore",
|
|
"version": "0.8.0",
|
|
"description": "Bitcoin library, CLI and API.",
|
|
"author": "BitPay <dev@bitpay.com>",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --reporter spec",
|
|
"coverage": "istanbul cover _mocha"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Daniel Cousens",
|
|
"email": "bitcoin@dcousens.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",
|
|
"bip32",
|
|
"bip37",
|
|
"bip70",
|
|
"stealth",
|
|
"merge",
|
|
"multisig"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bitpay/bitcore.git"
|
|
},
|
|
"dependencies": {
|
|
"bn.js": "=0.15.0",
|
|
"bs58": "=1.2.1",
|
|
"elliptic": "=0.15.12",
|
|
"hash.js": "=0.3.2",
|
|
"sha512": "=0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "~5.9.1",
|
|
"chai": "~1.9.1",
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-markdown": "^0.6.1",
|
|
"grunt-shell": "^1.1.1",
|
|
"mocha": "~1.21.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|
|
|