ethers.js/packages/hash/package.json

33 lines
903 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/hash",
2019-09-28 09:36:19 +03:00
"version": "5.0.0-beta.130",
2019-05-15 01:25:46 +03:00
"description": "Hash utility functions for Ethereum.",
"main": "./lib/index.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.129",
"@ethersproject/keccak256": ">=5.0.0-beta.127",
"@ethersproject/logger": ">=5.0.0-beta.129",
"@ethersproject/strings": ">=5.0.0-beta.130"
2019-05-15 01:25:46 +03:00
},
"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",
"types": "./lib/index.d.ts",
2019-09-08 09:46:53 +03:00
"ethereum": "donations.ethers.eth",
2019-09-28 09:36:19 +03:00
"tarballHash": "0x5d6b61a5dd4439aebcd52bed09767212c314e05a2ce762a35b1bfe99e13a883d"
2019-05-15 01:25:46 +03:00
}