2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"name": "@ethersproject/units",
|
2019-08-02 09:10:58 +03:00
|
|
|
"version": "5.0.0-beta.125",
|
2019-05-15 01:25:46 +03:00
|
|
|
"description": "Unit conversion functions for Ethereum.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/constants": ">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
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers",
|
|
|
|
"units",
|
|
|
|
"conversion"
|
|
|
|
],
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-02 09:10:58 +03:00
|
|
|
"tarballHash": "0x547434cd4cf71184ab7637318f627ec404d829092c587c1725ca4a3c1b24814b"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|