2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"name": "@ethersproject/random",
|
2019-08-25 09:39:20 +03:00
|
|
|
"version": "5.0.0-beta.128",
|
2019-05-15 01:25:46 +03:00
|
|
|
"description": "Random utility functions for ethers.",
|
2019-08-25 09:39:20 +03:00
|
|
|
"main": "./lib/index.js",
|
2019-08-25 23:20:34 +03:00
|
|
|
"browser": "./lib/browser.js",
|
2019-05-15 01:25:46 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-09-01 06:56:02 +03:00
|
|
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
|
|
|
"@ethersproject/logger": ">=5.0.0-beta.129"
|
2019-05-24 02:13:44 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "10.3.2"
|
2019-05-15 01:25:46 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers",
|
|
|
|
"random"
|
|
|
|
],
|
|
|
|
"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-25 09:39:20 +03:00
|
|
|
"module": "./lib.esm/index.js",
|
2019-09-01 06:56:02 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"tarballHash": "0x45c2e53529bd3cf7b1ba4bbbe448813aa2540b792fab4db7bdfbac9c204f1d7e"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|