39 lines
870 B
JSON
39 lines
870 B
JSON
{
|
|
"name": "ethers-wallet",
|
|
"version": "2.1.7",
|
|
"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.1.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 <me@ricmoo.com>",
|
|
"license": "MIT"
|
|
}
|