{ "name": "ethers-wallet", "version": "2.0.1", "description": "Wallet and signing library for Ethereum.", "bugs": { "url": "http://github.com/ethers-io/ethers.js/issues", "email": "github@ricmoo.com" }, "main": "index.js", "scripts": { "test": "echo \"Please run the tests from Ethers root\" && exit 1" }, "dependencies": { "aes-js": "3.0.0", "elliptic": "6.3.3", "ethers-utils": "^2.0.0", "scrypt-js": "2.0.3", "setimmediate": "1.0.4", "uuid": "2.0.1" }, "browser": { "./lib/random-bytes.js": "./lib/browser-random-bytes.js" }, "keywords": [ "ethereum", "ethers", "secret storage", "wallet", "signing", "signer" ], "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "author": "Richard Moore ", "license": "MIT" }