mirror of https://github.com/lukechilds/hdkey.git
commit
6e66b78396
4 changed files with 31 additions and 0 deletions
@ -0,0 +1,31 @@ |
|||
{ |
|||
"name": "hdkey", |
|||
"version": "0.0.0", |
|||
"description": "Bitcoin BIP32 hierarchical deterministic keys", |
|||
"main": "lib/hdkey.js", |
|||
"directories": { |
|||
"test": "test" |
|||
}, |
|||
"scripts": { |
|||
"test": "mocha" |
|||
}, |
|||
"repository": { |
|||
"type": "git", |
|||
"url": "git://github.com/cryptocoinjs/hdkey" |
|||
}, |
|||
"keywords": [ |
|||
"bitcoin", |
|||
"bip32", |
|||
"bip", |
|||
"key", |
|||
"hierarchical", |
|||
"deterministic", |
|||
"crypto" |
|||
], |
|||
"author": "", |
|||
"license": "MIT", |
|||
"bugs": { |
|||
"url": "https://github.com/cryptocoinjs/hdkey/issues" |
|||
}, |
|||
"homepage": "https://github.com/cryptocoinjs/hdkey" |
|||
} |
Loading…
Reference in new issue