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.

30 lines
690 B

7 years ago
{
"name": "btc-rpc-explorer",
"version": "1.0.0",
"private": false,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.18.2",
7 years ago
"cookie-parser": "~1.4.3",
"bitcoin-core": "2.0.0",
"bitcoinjs-lib": "3.3.2",
7 years ago
"crypto-js": "3.1.9-1",
"debug": "~2.6.0",
"decimal.js": "7.2.3",
"express": "~4.16.3",
"express-session": "1.15.6",
7 years ago
"jstransformer-markdown-it": "^2.0.0",
6 years ago
"lru-cache": "4.1.3",
"moment": "^2.21.0",
"moment-duration-format": "2.2.2",
"morgan": "~1.9.0",
"pug": "2.0.1",
"qrcode": "1.2.0",
7 years ago
"request": "2.85.0",
7 years ago
"serve-favicon": "~2.3.2",
"simple-git": "1.92.0"
7 years ago
}
}