-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 839 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
{
"name": "eth-bidirectional-qr-keyring",
"version": "2.0.1",
"description": "Interface for handling external accounts.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/r001/eth-external-account-keyring.git"
},
"keywords": [
"ethereum",
"keyring"
],
"author": "Robert Horvath",
"license": "ISC",
"bugs": {
"url": "https://github.com/r001/eth-external-account-keyring/issues"
},
"homepage": "https://github.com/r001/eth-external-account-keyring#readme",
"dependencies": {
"ethereumjs-abi": "^0.6.5",
"ethereumjs-util": "^5.1.1",
"eth-sig-util": "^2.0.2",
"events": "^1.1.1",
"xtend": "^4.0.1"
},
"devDependencies": {
"extend": "^3.0.0",
"chai": "^4.1.2",
"mocha": "^5.2.0"
}
}