bitcore-lib-zcash/package.json

40 lines
828 B
JSON
Raw Normal View History

2013-07-04 13:02:18 -07:00
{
"name": "bitcore",
2013-07-04 13:02:18 -07:00
"description": "Bitcoin Library",
2013-10-31 09:46:49 -07:00
"version": "0.1.5",
2013-07-04 13:02:18 -07:00
"author": {
"name": "Stephen Pair",
"email": "stephen@bitpay.com"
},
"contributors": [
{"name": "Stefan Thomas", "email": "moon@justmoon.net"},
{"name": "Jeff Garzik", "email": "jgarzik@bitpay.com"}
],
2013-07-04 13:02:18 -07:00
"keywords": [
"bitcoin",
"btc",
"satoshi",
"money",
"currency",
"virtual"
],
"repository": {
"type": "git",
"url": "https://github.com/bitpay/bitcore.git"
2013-07-04 13:02:18 -07:00
},
"scripts": {},
2013-07-07 11:02:00 -07:00
"dependencies": {
"classtool": "=1.0.0",
"base58-native": "=0.1.1",
"bindings": "=1.1.0",
"bufferput": "=0.1.1",
"bignum": "=0.6.1",
"binary": "=0.3.0",
"step": "=0.0.4",
"buffers": "=0.1.1",
"buffertools": "=1.1.1"
2013-07-07 11:02:00 -07:00
},
2013-07-04 13:02:18 -07:00
"devDependencies": {},
"license": "MIT"
}