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",
|
|
|
|
"syncBlockchain": "node ./bin/syncBlockchain.js"
|
|
|
|
},
|
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": {
|
|
|
|
"babel-register": "^6.26.0",
|
|
|
|
"body-parser": "~1.18.2",
|
|
|
|
"cookie-parser": "~1.4.3",
|
|
|
|
"debug": "~2.6.9",
|
|
|
|
"express": "~4.15.5",
|
2018-02-05 10:34:16 +05:00
|
|
|
"forever": "^0.15.3",
|
2018-02-03 21:14:56 +05:00
|
|
|
"jade": "~1.11.0",
|
|
|
|
"morgan": "~1.9.0",
|
|
|
|
"mysql": "^2.15.0",
|
|
|
|
"mysql2": "^1.5.1",
|
|
|
|
"sequelize": "^4.32.2",
|
|
|
|
"sequelize-cli": "^3.2.0",
|
|
|
|
"serve-favicon": "~2.4.5"
|
|
|
|
}
|
|
|
|
}
|