{ "name": "ethash.js", "version": "0.0.1", "description": "", "main": "ethash.js", "scripts": { "test": "node ./test/test.js" }, "repository": { "type": "git", "url": "https://github.com/ethereum/ethash/tree/master/js" }, "keywords": [ "ethereum" ], "author": "", "license": "mit", "devDependencies": { "ethereum-tests": "0.0.5" } }