forked from MetaMask/eth-hd-keyring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 859 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": "eth-hd-keyring",
"version": "1.2.1",
"description": "A simple standard interface for a seed phrase generated set of Ethereum accounts.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/MetaMask/eth-hd-keyring.git"
},
"keywords": [
"ethereum",
"keyring"
],
"author": "Dan Finlay",
"license": "ISC",
"bugs": {
"url": "https://github.com/MetaMask/eth-hd-keyring/issues"
},
"homepage": "https://github.com/MetaMask/eth-hd-keyring#readme",
"dependencies": {
"bip39": "^2.2.0",
"eth-sig-util": "^1.3.0",
"ethereumjs-util": "^5.1.1",
"ethereumjs-wallet": "^0.6.0",
"events": "^1.1.1"
},
"devDependencies": {
"assert": "^1.4.1",
"extend": "^3.0.0",
"mocha": "^3.2.0",
"web3": "^0.18.2"
}
}