forked from michaeltout/ethersjs-package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.97 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"author": "Richard Moore <[email protected]>",
"browser": "./dist/ethers.umd.js",
"dependencies": {
"@ethersproject/abi": "^5.0.0",
"@ethersproject/abstract-provider": "^5.0.0",
"@ethersproject/abstract-signer": "^5.0.0",
"@ethersproject/address": "^5.0.0",
"@ethersproject/base64": "^5.0.0",
"@ethersproject/basex": "^5.0.0",
"@ethersproject/bignumber": "^5.0.0",
"@ethersproject/bytes": "^5.0.0",
"@ethersproject/constants": "^5.0.0",
"@ethersproject/contracts": "^5.0.0",
"@ethersproject/hash": "^5.0.0",
"@ethersproject/hdnode": "^5.0.0",
"@ethersproject/json-wallets": "^5.0.0",
"@ethersproject/keccak256": "^5.0.0",
"@ethersproject/logger": "^5.0.0",
"@ethersproject/networks": "^5.0.0",
"@ethersproject/pbkdf2": "^5.0.0",
"@ethersproject/properties": "^5.0.0",
"@ethersproject/providers": "https://github.com/VerusCoin/ethersjs-providers-package.git",
"@ethersproject/random": "^5.0.0",
"@ethersproject/rlp": "^5.0.0",
"@ethersproject/sha2": "^5.0.0",
"@ethersproject/signing-key": "https://github.com/VerusCoin/ethersjs-signing-key-package.git",
"@ethersproject/solidity": "^5.0.0",
"@ethersproject/strings": "^5.0.0",
"@ethersproject/transactions": "^5.0.0",
"@ethersproject/units": "^5.0.0",
"@ethersproject/wallet": "^5.0.0",
"@ethersproject/web": "^5.0.0",
"@ethersproject/wordlists": "^5.0.0"
},
"description": "Umbrella package for most common Ethers libraries.",
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./dist/ethers.esm.js",
"name": "ethers",
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x24015f01b5ad6225c692cf1e492205a5b5b4acbf97be1e2b2daa94f61b161450",
"types": "./lib/index.d.ts",
"version": "5.0.8"
}