forked from janoside/btc-rpc-explorer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.39 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
51
52
53
54
55
{
"name": "btc-rpc-explorer",
"version": "1.0.3",
"description": "Explorer for Bitcoin and RPC-compatible blockchains",
"private": false,
"bin": "bin/cli.js",
"scripts": {
"start": "node ./bin/www",
"refresh-mining-pool-configs": "node ./bin/refresh-mining-pool-configs.js"
},
"keywords": [
"bitcoin",
"litecoin",
"blockchain"
],
"author": "Dan Janosik <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/janoside/btc-rpc-explorer.git"
},
"dependencies": {
"async": "2.6.2",
"basic-auth": "^2.0.1",
"bitcoin-core": "2.0.0",
"bitcoinjs-lib": "3.3.2",
"body-parser": "~1.18.2",
"cookie-parser": "^1.4.4",
"crypto-js": "3.1.9-1",
"csurf": "^1.9.0",
"debug": "~2.6.0",
"decimal.js": "7.2.3",
"dotenv": "^6.2.0",
"electrum-client": "github:chaintools/node-electrum-client#43a999036f9c5",
"express": "^4.16.4",
"express-session": "1.15.6",
"influx": "5.0.7",
"jstransformer-markdown-it": "^2.0.0",
"lru-cache": "4.1.3",
"meow": "^5.0.0",
"moment": "^2.24.0",
"moment-duration-format": "2.2.2",
"morgan": "^1.9.1",
"pug": "2.0.1",
"qrcode": "1.2.0",
"redis": "2.8.0",
"request": "2.88.0",
"serve-favicon": "^2.5.0",
"simple-git": "1.92.0"
},
"devDependencies": {
"less": "3.8.0",
"npm-run-all": "^4.1.5"
}
}