Browse Source

initial commit

master
JP Richardson 11 years ago
commit
6e66b78396
  1. 0
      CHANGELOG.md
  2. 0
      README.md
  3. 0
      lib/hdkey.js
  4. 31
      package.json

0
CHANGELOG.md

0
README.md

0
lib/hdkey.js

31
package.json

@ -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…
Cancel
Save