-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·49 lines (49 loc) · 1.15 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "bexbro",
"version": "1.1.1",
"description": "BenchCore Blockchain Command CLI. Do You Bench Bro?",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https:/:github.com/benchpay/bexbro.git"
},
"keywords": [
"bex",
"blockchain",
"benchpay",
"benchchain",
"benchx"
],
"bin": {
"bench": "index.js"
},
"author": "BenchPay Foundation, LLC.",
"license": "MIT",
"dependencies": {
"ascii-table": "0.0.9",
"asciichart": "^0.1.7",
"async": "^2.1.5",
"bcorejs": "*",
"bip39": "^2.2.0",
"blessed": "^0.1.81",
"blessed-contrib": "^4.7.5",
"chart": "github:jstrace/chart",
"cli-colors": "0.0.2",
"cli-spinners": "^1.0.0",
"clui": "^0.3.1",
"colors": "^1.1.2",
"cowsay": "^1.1.9",
"figlet": "^1.2.0",
"le-table": "^6.1.4",
"ledgerco": "github:ledgerhq/ledger-node-js-api#6cde5978b9d0a4922f0d33520b16cc2184559ebc",
"node-gyp": "^3.7.0",
"ora": "^1.1.0",
"q": "^1.5.0",
"request": "^2.79.0",
"request-promise-native": "^1.0.4",
"vorpal": "^1.11.4"
}
}