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-08-02 09:10:58 +03:00
"version": "5.0.0-beta.126",
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",
2019-08-02 01:04:06 +03:00
"@ethersproject/logger": ">5.0.0-beta.0",
2019-05-15 01:25:46 +03:00
"hash.js": "1.1.3"
},
"keywords": [
"Ethereum",
"ethers"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
2019-08-02 09:10:58 +03:00
"tarballHash": "0xc92d2e95c42c5f2dd6b4bedb2b93cdc5239bf309c547382b9bada64860df5301"
2019-05-15 01:25:46 +03:00
}