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.

27 lines
602 B

8 years ago
{
"name": "btc-rpc-explorer",
"version": "1.0.0",
"private": false,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.18.2",
8 years ago
"cookie-parser": "~1.4.3",
"bitcoin": "3.0.1",
"crypto-js": "3.1.9-1",
"debug": "~2.6.0",
"decimal.js":"7.2.3",
"express": "~4.16.3",
"express-session": "1.15.6",
8 years ago
"jstransformer-markdown-it": "^2.0.0",
"moment": "^2.21.0",
"moment-duration-format": "2.2.2",
8 years ago
"monk": "^4.0.0",
"morgan": "~1.9.0",
"pug": "2.0.1",
8 years ago
"serve-favicon": "~2.3.2",
"simple-git": "1.92.0"
8 years ago
}
}