forked from filipealmeida/liskak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.02 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
50
{
"name": "liskak",
"version": "0.0.1",
"description": "Lisk Army Knife, command line lisk and forge failover",
"main": "liskak.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"lisk",
"monitor",
"operations",
"control",
"failover",
"high-availability",
"bip39",
"failover",
"balance",
"account",
"vote",
"autovote",
"donate"
],
"author": "the pope",
"license": "PDDL-1.0",
"dependencies": {
"bitcore-mnemonic": "^1.1.1",
"fs": "0.0.2",
"http": "0.0.0",
"https": "^1.0.0",
"process": "^0.11.3",
"q": "^1.4.1",
"querystring": "^0.2.0",
"stdio": "^0.2.7",
"tail": "^1.1.0",
"url": "^0.11.0",
"winston": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/filipealmeida/liskak"
},
"bugs": {
"url": "https://github.com/filipealmeida/liskak/issues"
},
"homepage": "https://github.com/filipealmeida/liskak"
}