forked from awslabs/aws-web3-http-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 953 Bytes
/
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
{
"name": "@aws/web3-http-provider",
"version": "1.0.1",
"description": "Web3 HTTP provider for Amazon Managed Blockchain that handles AWS Signature Version 4 authentication",
"main": "index.js",
"scripts": {
"test": "echo \"Follow instructions in test dir\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@ssh.gitlab.aws.dev:cayblood/aws-web3-ws-provider.git"
},
"authors": [
{
"name": "Carl Youngblood",
"email": "cayblood@amazon.com",
"url": "https://github.com/cayblood"
},
{
"name": "Forrest Colyer",
"email": "colyerf@amazon.com",
"url": "https://github.com/forrest-not-gump"
},
{
"name": "Everton Fraga",
"email": "effraga@amazon.com",
"url": "https://github.com/evertonfraga"
}
],
"license": "LGPL-3.0-or-later",
"dependencies": {
"aws-sdk": "^2.809.0",
"web3-providers-http": "^1.3.5",
"xhr2": "^0.2.0"
}
}