bitcore-lib-zcash/package.json

103 lines
2.2 KiB
JSON
Raw Normal View History

{
"name": "bitcore",
"version": "0.8.0",
"description": "Bitcoin library, CLI and API.",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
"scripts": {
2014-11-22 12:50:08 -08:00
"lint": "gulp lint",
2014-11-26 13:50:53 -08:00
"test": "gulp test-all",
2014-11-22 12:50:08 -08:00
"coverage": "gulp coverage",
2014-11-26 14:33:50 -08:00
"build": "gulp",
2014-11-26 14:36:59 -08:00
"postinstall": "node_modules/gulp/bin/gulp.js browser-all"
},
"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"
}
],
"keywords": [
"bitcoin",
"bip32",
"bip37",
"bip70",
"stealth",
"merge",
"multisig"
],
"repository": {
"type": "git",
"url": "https://github.com/bitpay/bitcore.git"
},
"dependencies": {
"bn.js": "=0.15.2",
"bs58": "=2.0.0",
"elliptic": "=0.15.14",
"hash.js": "=0.3.2",
2014-11-28 13:11:03 -08:00
"inherits": "^2.0.1",
2014-11-24 10:40:20 -08:00
"lodash": "=2.4.1",
"sha512": "=0.0.1"
},
"devDependencies": {
"browserify": "~6.3.3",
"chai": "~1.10.0",
2014-11-22 12:50:08 -08:00
"closure-compiler-jar": "git://github.com/eordano/closure-compiler-jar.git",
"gulp": "^3.8.10",
"gulp-browserify": "^0.5.0",
"gulp-closure-compiler": "^0.2.9",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.2.10",
"lodash": "^2.4.1",
"mocha": "~2.0.1",
2014-11-26 11:52:45 -08:00
"run-sequence": "^1.0.2",
"karma": "^0.12.28",
"karma-mocha": "^0.1.9",
"karma-firefox-launcher": "^0.1.3"
},
"license": "MIT"
}