ethers.js/packages/keccak256/package.json

24 lines
572 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/keccak256",
2019-06-25 04:26:48 +03:00
"version": "5.0.0-beta.125",
2019-05-15 01:25:46 +03:00
"description": "Error utility functions for ethers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bytes": ">5.0.0-beta.0",
"js-sha3": "0.5.7"
},
"keywords": [
"Ethereum",
"ethers"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
2019-06-25 04:26:48 +03:00
"tarballHash": "0xef127b17ba325b05d0ca2f84c462fe2d795b9cfdf3528234f9fda2ae9570010f"
2019-05-15 01:25:46 +03:00
}