ethers.js/wallet/package.json

31 lines
665 B
JSON
Raw Normal View History

2017-02-24 23:10:54 +03:00
{
"name": "ethers-wallet",
"version": "2.0.0",
"description": "Wallet and signing library for Ethereum.",
"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",
2017-02-24 23:10:54 +03:00
"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"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT"
}