UNPKG

wifgrs

Version:

Groestlcoin Wallet Import Format (WIF) decoding/encoding module

48 lines (47 loc) 1.09 kB
{ "name": "wifgrs", "version": "4.0.0", "description": "Groestlcoin Wallet Import Format (WIF) decoding/encoding module", "author": "Daniel Cousens", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/groestlcoin/wifgrs.git" }, "bugs": { "url": "https://github.com/groestlcoin/wifgrs/issues" }, "homepage": "https://github.com/groestlcoin/wifgrs", "keywords": [ "groestlcoin", "base58", "base58grscheck", "decode", "decoding", "encoding", "encode", "key", "private", "wifgrs" ], "main": "index.js", "files": [ "index.js" ], "scripts": { "coverage-report": "nyc report --reporter=lcov", "coverage": "nyc --check-coverage --branches 90 --functions 90 npm run unit", "standard": "standard", "test": "npm run standard && npm run coverage", "unit": "tape test/*.js" }, "dependencies": { "bs58grscheck": "^3.0.1" }, "devDependencies": { "nyc": "^15.0.0", "standard": "^14.3.3", "tape": "^4.13.2", "uint8array-tools": "0.0.7" } }