forked from MetaMask/KeyringController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 KB
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
{
"name": "eth-keyring-controller",
"version": "3.1.4",
"description": "A module for managing various keyrings of Ethereum accounts, encrypting them, and using them.",
"main": "index.js",
"scripts": {
"test": "mocha --require test/helper.js test/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/MetaMask/KeyringController.git"
},
"keywords": [
"ethereum",
"metamask",
"accounts",
"keys"
],
"author": "Dan Finlay <dan@danfinlay.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/MetaMask/KeyringController/issues"
},
"homepage": "https://github.com/MetaMask/KeyringController#readme",
"devDependencies": {
"clone": "^2.1.1",
"eslint-plugin-mocha": "^4.11.0",
"jsdom": "^11.2.0",
"jsdom-global": "^3.0.2",
"mocha": "^5.2.0",
"mocha-sinon": "^2.0.0",
"polyfill-crypto.getrandomvalues": "^1.0.0",
"sinon": "^3.3.0"
},
"dependencies": {
"bip39": "^2.4.0",
"bluebird": "^3.5.0",
"browser-passworder": "^2.0.3",
"eth-hd-keyring": "^1.2.2",
"eth-sig-util": "^1.4.0",
"eth-simple-keyring": "^1.2.2",
"ethereumjs-util": "^5.1.2",
"loglevel": "^1.5.0",
"obs-store": "^2.4.1",
"promise-filter": "^1.1.0"
}
}