2018-02-03 21:14:56 +05:00
|
|
|
{
|
|
|
|
"name": "gostexplr",
|
2018-02-04 22:11:25 +05:00
|
|
|
"description": "GOSTcoin blockchain explorer",
|
|
|
|
"version": "0.0.3",
|
2018-02-03 21:14:56 +05:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./bin/www",
|
|
|
|
"initdb": "node ./bin/initdb.js",
|
2018-02-11 03:36:42 +05:00
|
|
|
"createUserAndDb": "node ./bin/createUserAndDb.js",
|
2018-02-09 22:48:24 +05:00
|
|
|
"syncBlockchain": "node ./bin/syncBlockchain.js",
|
|
|
|
"addN": "node ./bin/addNToVouts.js"
|
2018-02-03 21:14:56 +05:00
|
|
|
},
|
2018-02-04 22:11:25 +05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/xcps/gostexplr.git"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=7.10.1"
|
|
|
|
},
|
2018-02-03 21:14:56 +05:00
|
|
|
"dependencies": {
|
|
|
|
"body-parser": "~1.18.2",
|
|
|
|
"cookie-parser": "~1.4.3",
|
|
|
|
"debug": "~2.6.9",
|
2018-09-27 15:40:46 +05:00
|
|
|
"express": "^4.16.3",
|
2018-02-05 10:34:16 +05:00
|
|
|
"forever": "^0.15.3",
|
2018-09-27 15:40:46 +05:00
|
|
|
"fs-ext": "^1.2.1",
|
2019-03-16 14:05:45 +05:00
|
|
|
"moment": "^2.24.0",
|
2018-02-03 21:14:56 +05:00
|
|
|
"morgan": "~1.9.0",
|
|
|
|
"mysql": "^2.15.0",
|
|
|
|
"mysql2": "^1.5.1",
|
2018-02-11 03:36:42 +05:00
|
|
|
"pug": "^2.0.0-rc.4",
|
2018-02-03 21:14:56 +05:00
|
|
|
"sequelize": "^4.32.2",
|
|
|
|
"sequelize-cli": "^3.2.0",
|
|
|
|
"serve-favicon": "~2.4.5"
|
|
|
|
}
|
|
|
|
}
|