forked from ArkEcosystemArchive/javascript-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1015 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
43
44
45
{
"name": "ark-client",
"version": "1.0.0",
"description": "Command Line Interface to Ark blockchain",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https:/:github.com/arkecosystem/ark-client.git"
},
"keywords": [
"ark",
"blockchain",
"spv",
"lite",
"cli"
],
"bin": {
"ark-client": "index.js"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"arkjs": "github:arkecosystem/ark-js#master",
"ascii-table": "0.0.9",
"asciichart": "^0.1.7",
"async": "^2.1.5",
"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",
"ora": "^1.1.0",
"request": "^2.79.0",
"vorpal": "^1.11.4"
}
}