bitcore-lib-zcash/package.json

38 lines
708 B
JSON
Raw Normal View History

{
"name": "bitcore2",
"version": "0.0.0",
2014-08-19 09:41:46 -07:00
"description": "Bitcoin library.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"bitcoin",
"bip32",
"bip37",
"bip70",
"stealth",
"merge",
"multisig"
],
"repository": {
"type": "git",
"url": "https://github.com/ryanxcharles/bitcore2.git"
},
"dependencies": {
2014-08-24 17:33:09 -07:00
"aes": "=0.1.0",
"bn.js": "=0.13.3",
"bs58": "=1.2.1",
"elliptic": "=0.15.7",
"hash.js": "=0.3.1",
"sha512": "=0.0.1"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.21.0",
"browserify": "~5.9.1"
},
"author": "Ryan X. Charles <ryanxcharles@gmail.com>",
"license": "MIT"
}