-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 1 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
{
"name": "web3-provider-ledger",
"version": "1.1.1",
"description": "A web3 provider for signing transactions with Ledger hardware wallet.",
"repository": "https://github.com/blockmason/web3-provider-ledger",
"author": "Devin Canterberry <[email protected]>",
"license": "MIT",
"scripts": {
"build": "scripts/build.sh",
"documentation": "scripts/documentation.sh",
"lint": "scripts/lint.sh",
"security": "scripts/security.sh",
"test": "scripts/test.sh"
},
"dependencies": {
"buffer": "5.4.0",
"rlp": "2.2.3"
},
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/polyfill": "7.4.4",
"@babel/preset-env": "7.5.5",
"@babel/register": "7.5.5",
"babel-eslint": "10.0.3",
"chai": "4.2.0",
"eslint": "6.2.2",
"eslint-plugin-ante": "1.0.3",
"jsdoc": "3.6.3",
"mocha": "6.2.0",
"sinon": "7.4.1",
"sinon-chai": "3.3.0",
"snyk": "1.220.0"
}
}