forked from janoside/lightning-rpc-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 934 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
{
"name": "lightning-rpc-explorer",
"version": "1.0.0",
"private": false,
"scripts": {
"start": "node ./bin/www"
},
"keywords": [
"bitcoin",
"lightning"
],
"author": "Dan Janosik <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/janoside/lightning-rpc-explorer.git"
},
"dependencies": {
"bitcoin-core": "2.0.0",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"crypto-js": "3.1.9-1",
"debug": "~2.6.0",
"decimal.js": "7.2.3",
"express": "^4.16.4",
"express-session": "1.15.6",
"grpc": "1.11.2",
"hash.js": "1.1.7",
"influx": "5.0.7",
"jstransformer-markdown-it": "^2.0.0",
"moment": "^2.24.0",
"moment-duration-format": "2.2.2",
"morgan": "^1.9.1",
"pug": "2.0.1",
"qrcode": "1.2.0",
"request": "2.88.0",
"serve-favicon": "^2.5.0",
"simple-git": "1.92.0"
}
}