2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"name": "@ethersproject/contracts",
|
2019-07-21 03:06:45 +03:00
|
|
|
"version": "5.0.0-beta.134",
|
2019-07-21 02:16:57 +03:00
|
|
|
"description": "Contract abstraction meta-class for ethers.",
|
2019-05-15 01:25:46 +03:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ethersproject/abi": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/abstract-provider": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/abstract-signer": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/address": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/bytes": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/constants": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/errors": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/properties": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/transactions": ">5.0.0-beta.0"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-07-21 03:06:45 +03:00
|
|
|
"tarballHash": "0x6b25925f92f10c31dc8d9a61012e7f70ae09094896da0d252e59f42823981c27"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|