mirror of https://github.com/lukechilds/hdkey.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
675 B
35 lines
675 B
{
|
|
"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",
|
|
"devDependencies": {
|
|
"terst": "^0.1.0",
|
|
"mocha": "^1.19.0"
|
|
}
|
|
}
|
|
|