You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
664 B
28 lines
664 B
{
|
|
"name": "btc-rpc-explorer",
|
|
"version": "1.0.0",
|
|
"private": false,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "~1.18.2",
|
|
"cookie-parser": "~1.4.3",
|
|
"bitcoin-core": "2.0.0",
|
|
"bitcoinjs-lib": "3.3.2",
|
|
"crypto-js": "3.1.9-1",
|
|
"debug": "~2.6.0",
|
|
"decimal.js": "7.2.3",
|
|
"express": "~4.16.3",
|
|
"express-session": "1.15.6",
|
|
"jstransformer-markdown-it": "^2.0.0",
|
|
"moment": "^2.21.0",
|
|
"moment-duration-format": "2.2.2",
|
|
"morgan": "~1.9.0",
|
|
"pug": "2.0.1",
|
|
"qrcode": "1.2.0",
|
|
"request": "2.85.0",
|
|
"serve-favicon": "~2.3.2",
|
|
"simple-git": "1.92.0"
|
|
}
|
|
}
|
|
|