1
0
mirror of https://github.com/GOSTSec/gostexplr synced 2025-01-19 19:21:03 +00:00
gostexplr/package.json

37 lines
888 B
JSON
Raw Normal View History

2018-02-03 21:14:56 +05:00
{
"name": "gostexplr",
"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",
"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
},
"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",
"express": "^4.16.3",
"forever": "^0.15.3",
"fs-ext": "^1.2.1",
"moment": "^2.24.0",
2018-02-03 21:14:56 +05:00
"morgan": "~1.9.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.1",
"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"
}
}