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.

49 lines
1.3 KiB

7 years ago
{
"name": "btc-rpc-explorer",
"version": "1.0.0",
"description": "Explorer for Bitcoin and RPC-compatible blockchains",
7 years ago
"private": false,
"scripts": {
"start": "node ./bin/www",
"build": "npm-run-all build:*",
"build:less": "lessc ./public/css/radial-progress.less ./public/css/radial-progress.css"
},
"keywords": [
"bitcoin",
"litecoin",
"blockchain"
],
"author": "Dan Janosik <janoside@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/janoside/btc-rpc-explorer.git"
7 years ago
},
"dependencies": {
"bitcoin-core": "2.0.0",
"bitcoinjs-lib": "3.3.2",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
7 years ago
"crypto-js": "3.1.9-1",
"debug": "~2.6.0",
"decimal.js": "7.2.3",
"electrum-client": "github:chaintools/node-electrum-client#43a999036f9c5",
"express": "^4.16.4",
"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.1",
"pug": "2.0.1",
"qrcode": "1.2.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.3"
7 years ago
}
}