UNPKG

elliptic-keychain

Version:

Library for creating elliptic curve keypairs and deriving child keys

84 lines (83 loc) 1.85 kB
{ "name": "elliptic-keychain", "version": "0.0.2", "description": "Library for creating elliptic curve keypairs and deriving child keys", "main": "index.js", "scripts": { "compile": "babel --presets es2015 src -d lib", "test": "npm run compile; node test.js", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/blockstack/elliptic-keychain" }, "author": "Halfmoon Labs, Inc.", "license": "MIT", "dependencies": { "bigi": "^1.4.1", "bitcoinjs-lib": "^2.1.4", "bs58check": "^1.0.8", "core-js": "^2.0.3", "create-hmac": "^1.1.4", "ecurve": "^1.0.2" }, "devDependencies": { "babel-cli": "^6.4.5", "babel-preset-es2015": "^6.3.13", "tape": "^4.4.0" }, "keywords": [ "key", "keys", "keychain", "keychains", "hd", "hd key", "hd keys", "hierarchical", "deterministic", "hierarchical deterministic", "hierarchical key", "hierarchical keychain", "hierarchical keychains", "deterministic key", "deterministic keychain", "deterministic keychains", "hierarchical deterministic key", "hierarchical deterministic keychain", "hierarchical deterministic keychains", "bitcoin", "bitcoin key", "bitcoin keys", "bitcoin address", "bitcoin addresses", "bip32", "bip 32", "bip 32 keys", "bip32 keys", "bip44", "bip 44", "bip 44 keys", "bip44 keys", "ecdsa", "elliptic", "elliptic curve", "ecdsa key", "ecdsa keys", "ecdsa keychain", "private", "public", "private key", "private keys", "public key", "public keys", "lockchain", "keylocker", "keychain manager", "crypto", "cryptography", "bitcoin crypto", "bitcoin cryptography" ] }