UNPKG

ethash-b3js

Version:
53 lines (52 loc) 1.2 kB
{ "name": "ethash-b3js", "version": "0.1.2", "description": "an ethash-b3 implementation in JS", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "coverage": "nyc --reporter=lcov npm run test", "lint": "standard", "test": "node ./tests/" }, "repository": { "type": "git", "url": "https://github.com/Rethereum-blockchain/ethash-b3js.git" }, "keywords": [ "ethash", "ethereum", "rethereum", "ethash-b3", "POW" ], "author": "mjbecze <mjbecze@gmail.com>", "license": "MPL-2.0", "bugs": { "url": "https://github.com/Rethereum-blockchain/ethash-b3js/issues" }, "homepage": "https://github.com/Rethereum-blockchain/ethash-b3js#readme", "dependencies": { "async": "^2.1.2", "buffer-xor": "^2.0.1", "ethereumjs-util": "^7.0.2", "hash-wasm": "^4.9.0", "miller-rabin": "^4.0.0" }, "devDependencies": { "ethereumjs-block": "^2.2.2", "levelup": "^1.3.0", "memdown": "^1.1.0", "nyc": "^15.0.1", "standard": "^14.3.4", "tape": "^4.2.2" }, "standard": { "globals": [ "describe", "it" ] } }