{ "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", "bs58": "^1.0.0" }, "dependencies": { "sha512": "0.0.1" } }