UNPKG

create-xpub

Version:
41 lines (40 loc) 926 B
{ "name": "create-xpub", "version": "2.1.0", "description": "Create a BIP32 extended public key", "main": "src/index.js", "engines": { "node": ">=8" }, "scripts": { "test": "xo && nyc ava", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/lukechilds/create-xpub.git" }, "keywords": [ "xpub", "bip32", "bitcoin", "cryptocurrency" ], "author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)", "license": "MIT", "bugs": { "url": "https://github.com/lukechilds/create-xpub/issues" }, "homepage": "https://github.com/lukechilds/create-xpub#readme", "devDependencies": { "ava": "^0.25.0", "coveralls": "^3.0.2", "nyc": "^13.1.0", "xo": "^0.23.0" }, "dependencies": { "bs58check": "^2.1.2", "hash.js": "^1.1.7", "ow": "^0.8.0" } }