UNPKG

icewallet

Version:

Cold storage enabled command line bitcoin wallet based on bitpay's bitcore

48 lines (47 loc) 1.04 kB
{ "name": "icewallet", "version": "1.1.3", "description": "Cold storage enabled command line bitcoin wallet based on bitpay's bitcore", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/bijeebuss/icewallet.git" }, "keywords": [ "bitcoin", "cold", "storage", "BIP44", "BIP32", "bitcoin", "wallet" ], "author": "Michael Welnick", "license": "ISC", "dependencies": { "async": "2.0.0-rc.6", "bitcore-lib": "0.13.16", "bitcore-mnemonic": "1.1.1", "cerialize": "0.1.7", "commander": "2.9.0", "inquirer": "1.1.2", "intl": "1.2.4", "qrcode-terminal": "0.10.0", "request": "2.72.0", "scrypt": "6.0.3" }, "devDependencies": { "tsc": "1.20150623.0", "typescript": "1.8.10" }, "bin": { "iwpriv": "./bin/src/CommandLine/iwpriv.js", "iwpub": "./bin/src/CommandLine/iwpub.js" } }