2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"name": "@ethersproject/abstract-signer",
|
2019-08-05 21:31:04 +03:00
|
|
|
"version": "5.0.0-beta.130",
|
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/abstract-provider": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
|
|
|
"@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
|
|
|
"@ethersproject/properties": ">5.0.0-beta.0"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-03 08:27:20 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2019-08-05 21:31:04 +03:00
|
|
|
"tarballHash": "0x11d1a609bf3403df9d25c16e8ffed6ab49a0920febf2e9dff89cd96a239ee18d"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|