UNPKG

testnet-charger

Version:

Prevent testnet faucet abuse by withdrawing once and then distributing the funds among addresses in wallet

41 lines (40 loc) 989 B
{ "name": "testnet-charger", "version": "0.1.0", "description": "Prevent testnet faucet abuse by withdrawing once and then distributing the funds among addresses in wallet", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/tradle/testnet-charger.git" }, "scripts": { "test": "node test/*.js" }, "author": "Mark Vayngrib <mark.vayngrib@lablz.com> (http://github.com/mvayngrib)", "license": "MIT", "dependencies": { "bitcoinjs-lib": "^1.5.4", "cb-wallet": "git://github.com/tradle/cb-wallet", "concat-stream": "^1.4.7", "tbtc-faucets": "^0.1.1" }, "devDependencies": { "bip39": "^2.1.0", "tape": "^3.5.0" }, "bugs": { "url": "https://github.com/tradle/testnet-charger/issues" }, "homepage": "https://github.com/tradle/testnet-charger", "directories": { "test": "test" }, "keywords": [ "bitcoin", "testnet", "faucet", "withdraw", "charge", "wallet" ] }