ethers.js/packages/base64/package.json

29 lines
692 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/base64",
"version": "5.0.0-beta.126",
2019-05-15 01:25:46 +03:00
"description": "Base64 coder.",
"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"
},
"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": "0x390db88947a298518774fc7b8d5f9b36191df44152bca2370a890d44d44e731f"
2019-05-15 01:25:46 +03:00
}