UNPKG

@temple-wallet/wallet-address-validator

Version:
73 lines (72 loc) 1.76 kB
{ "name": "@temple-wallet/wallet-address-validator", "description": "Wallet address validator for Bitcoin and other Altcoins.", "keywords": [ "btc", "bitcoin", "bitcoin cash", "litecoin", "decred", "dogecoin", "ethereum", "ripple", "dash", "neo", "gas", "komodo", "zcash", "qtum", "altcoin", "bankex", "monero", "segwit", "crypto", "address", "wallet", "validator", "vertcoin", "nano", "raiblocks", "tron", "tezos", "javascript", "browser", "nodejs" ], "version": "0.4.4", "author": "Inokentii Mazhara <keshan3262@gmail.com>", "homepage": "https://github.com/madfish-solutions/wallet-address-validator", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/madfish-solutions/wallet-address-validator.git" }, "main": "src/wallet_address_validator", "engines": { "node": "*" }, "scripts": { "bundle": "browserify src/wallet_address_validator.js --standalone WAValidator --outfile dist/wallet-address-validator.js", "minify": "uglifyjs -c -m -o dist/wallet-address-validator.min.js -- dist/wallet-address-validator.js", "test:node": "mocha test", "test:browser": "karma start", "test": "npm run test:node && npm run test:browser", "start": "npm run bundle && npm run minify && npm test" }, "dependencies": { "base-x": "^3.0.4", "bs58check": "^3.0.1", "crc": "^3.8.0", "jssha": "2.3.1" }, "devDependencies": { "browserify": "^15.2.0", "chai": "^4.1.2", "karma": "^6.4.4", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^2.0.1", "mocha": "^11.6.0", "uglify-js": "^3.17.4" } }