bitcore-lib-zcash/package.json

111 lines
2.2 KiB
JSON
Raw Normal View History

{
2016-08-27 04:22:04 -07:00
"name": "bitcore-lib-zcash",
2016-08-10 10:29:03 -07:00
"version": "0.13.19",
2016-08-27 04:22:04 -07:00
"description": "A pure and powerful JavaScript Zcash library.",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
"scripts": {
2014-11-22 12:50:08 -08:00
"lint": "gulp lint",
2015-01-08 14:19:52 -08:00
"test": "gulp test",
2014-11-22 12:50:08 -08:00
"coverage": "gulp coverage",
2015-01-13 14:01:23 -08:00
"build": "gulp"
},
"contributors": [
{
"name": "Daniel Cousens",
"email": "bitcoin@dcousens.com"
},
2014-11-22 12:50:08 -08:00
{
"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"
2016-08-27 04:22:04 -07:00
},
{
"name": "Jack Grigg",
"email": "jack@z.cash"
2018-05-07 23:31:33 -07:00
},
{
"name": "Simon Liu",
"email": "simon@z.cash"
},
{
"name": "Ian Munoz",
"email": "ian.org@gmail.com"
}
],
"keywords": [
2016-08-27 04:22:04 -07:00
"zcash",
2015-02-05 08:52:23 -08:00
"transaction",
"address",
"p2p",
"ecies",
"cryptocurrency",
"blockchain",
"payment",
"bip21",
"bip32",
"bip37",
2015-09-30 18:46:24 -07:00
"bip69",
"bip70",
"multisig"
],
"repository": {
"type": "git",
2018-05-09 14:26:05 -07:00
"url": "https://github.com/zcash-hackworks/bitcore-lib-zcash.git"
},
2014-12-30 17:12:24 -08:00
"browser": {
"request": "browser-request"
},
"dependencies": {
"bn.js": "=2.0.4",
"bs58": "=2.0.0",
"buffer-compare": "=1.0.0",
"elliptic": "=3.0.3",
2014-11-29 13:23:38 -08:00
"inherits": "=2.0.1",
"lodash": "=3.10.1"
},
"devDependencies": {
2018-09-18 09:43:08 -07:00
"bitcore-build-zcash": "zcash-hackworks/bitcore-build-zcash",
"brfs": "^1.2.0",
"chai": "^1.10.0",
2015-03-11 11:38:14 -07:00
"gulp": "^3.8.10",
"sinon": "^1.13.0"
},
"license": "MIT"
}