34 lines
825 B
JSON
34 lines
825 B
JSON
{
|
|
"name": "@ethersproject/random",
|
|
"version": "5.0.0-beta.128",
|
|
"description": "Random utility functions for ethers.",
|
|
"main": "./lib/index.js",
|
|
"browser": "browser.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@ethersproject/bytes": ">5.0.0-beta.0",
|
|
"@ethersproject/logger": ">5.0.0-beta.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "10.3.2"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers",
|
|
"random"
|
|
],
|
|
"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": "0x12bbfa545217fbf34da3e01d4e42d231a202b4b8a615d2f4e10b84c6fa354edb"
|
|
}
|