-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.68 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.68 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "friday",
"version": "0.0.1",
"description": "Friday client",
"main": "index.js",
"repository": "https://github.com/gettocat/friday",
"homepage": "https://github.com/gettocat/friday",
"keywords": [
"blockchain",
"p2p",
"orwell"
],
"dependencies": {
"@nanocat/friday-serialized": "^0.0.17",
"base-58": "^0.0.1",
"bitowl": "^0.0.2",
"bitpony": "^0.0.1",
"bloom-filter": "^0.2.0",
"bn.js": "^4.11.8",
"consensusjs": "^0.0.31",
"date-format": "^3.0.0",
"ecdsa-csr": "^1.1.1",
"elliptic": "^6.5.1",
"evil-dns": "^0.2.0",
"express": "^4.17.1",
"hash.js": "^1.1.3",
"http-errors": "^1.7.3",
"humanize-duration": "^3.22.0",
"int64-buffer": "^0.1.9",
"key-encoder": "^2.0.3",
"lokijs": "^1.5.7",
"merkle-tools": "^1.4.0",
"minimist": "^1.2.0",
"morgan": "^1.10.0",
"n64": "^0.1.2",
"node-json-rpc": "^0.0.1",
"orwelldb": "^0.0.14",
"tiny-worker": "^2.2.0",
"twig": "^1.15.1",
"updns": "^1.3.1",
"parse-raw-http": "^0.0.1",
"mixin-deep": "^2.0.1",
"prompt": "^1.0.0"
},
"author": {
"name": "Nanocat <gettocat@github.com>",
"email": "alex@letris.ru"
},
"license": "MIT",
"devDependencies": {
"mocha": "^5.2.0"
},
"scripts": {
"restart": "supervisorctl restart friday:* && echo 'done\n'",
"upd": "git pull -v && npm i && supervisorctl restart friday:* && echo 'done\n'",
"main": "node ./mainnet.js",
"test": "node ./testnet.js"
}
}