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.
31 lines
687 B
31 lines
687 B
8 years ago
|
{
|
||
|
"name": "btc-rpc-explorer",
|
||
|
"version": "1.0.0",
|
||
|
"private": false,
|
||
|
"scripts": {
|
||
|
"start": "node ./bin/www"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"body-parser": "~1.16.0",
|
||
|
"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.14.1",
|
||
|
"express-session": "1.15.2",
|
||
|
"jstransformer-markdown-it": "^2.0.0",
|
||
|
"md5":"2.2.1",
|
||
|
"moment": "^2.18.1",
|
||
|
"monk": "^4.0.0",
|
||
|
"morgan": "~1.7.0",
|
||
|
"mysql": "2.13.0",
|
||
|
"nodemailer": "4.0.1",
|
||
|
"pug": "2.0.0-rc.2",
|
||
|
"scrypt": "6.0.3",
|
||
|
"sequelize": "3.30.4",
|
||
|
"serve-favicon": "~2.3.2",
|
||
|
"simple-git": "1.73.0"
|
||
|
}
|
||
|
}
|