ethers.js/packages/sha2/package.json

31 lines
808 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/sha2",
"version": "5.0.0-beta.129",
2019-08-23 01:03:33 +03:00
"description": "The SHA2 family hash functions and HMAC functions for ethers.",
"main": "./lib/index.js",
"browser": "./lib/browser.js",
2019-05-15 01:25:46 +03:00
"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"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"module": "./lib.esm/index.js",
"tarballHash": "0x87b6ff04df9c0df26a7afaf9880262797538b004b0581a72d108510f5b1f9235"
2019-05-15 01:25:46 +03:00
}