bitcore/package.json

80 lines
1.5 KiB
JSON
Raw Normal View History

{
"name": "fullnode",
"version": "0.0.0",
"description": "Bitcoin library, CLI and API.",
"author": "Ryan X. Charles <ryanxcharles@gmail.com>",
"main": "index.js",
"scripts": {
"test": "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/ryanxcharles/fullnode.git"
},
"dependencies": {
2014-08-24 17:33:09 -07:00
"aes": "=0.1.0",
2014-09-18 18:46:31 -07:00
"bn.js": "=0.14.0",
"bs58": "=1.2.1",
2014-09-18 18:46:31 -07:00
"elliptic": "=0.15.10",
"hash.js": "=0.3.1",
"sha512": "=0.0.1"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.21.0",
"browserify": "~5.9.1"
},
"license": "MIT"
}