forked from austintgriffith/clevis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 998 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
37
38
39
40
41
42
{
"name": "clevis",
"version": "0.1.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/austintgriffith/clevis.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/austintgriffith/clevis/issues"
},
"bin": {
"clevis": "bin.js"
},
"homepage": "https://github.com/austintgriffith/clevis#readme",
"dependencies": {
"aws-sdk": "^2.334.0",
"axios": "^0.18.0",
"bip39": "^2.5.0",
"chai": "^4.2.0",
"colors": "^1.3.2",
"commander": "^2.19.0",
"copy-dir": "^0.4.0",
"dotenv": "^6.1.0",
"mocha": "^4.1.0",
"mocha-parallel-tests": "^2.0.4",
"s3": "^4.4.0",
"scrypt": "^6.0.3",
"sha3": "^1.2.2",
"solc": "^0.4.25",
"truffle-hdwallet-provider": "0.0.6",
"typedarray-to-buffer": "^3.1.5",
"web3": "^1.0.0-beta.33",
"winston": "^3.1.0"
}
}