ethers.js/packages/sha2/package.json

26 lines
640 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/sha2",
2019-06-01 21:19:43 +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",
"browser": "browser.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bytes": ">5.0.0-beta.0",
"@ethersproject/errors": ">5.0.0-beta.0",
"hash.js": "1.1.3"
},
"keywords": [
"Ethereum",
"ethers"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
2019-06-01 21:19:43 +03:00
"tarballHash": "0x8e659ff95eb66e4958aebbf167c6c1ea4130b70d19f9081b986228be7ed1f05b"
2019-05-15 01:25:46 +03:00
}