Blockchain explorer
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.
 
 
 
 

35 lines
836 B

{
"name": "gostexplr",
"description": "GOSTcoin blockchain explorer",
"version": "0.0.3",
"private": true,
"scripts": {
"start": "node ./bin/www",
"initdb": "node ./bin/initdb.js",
"createUserAndDb": "node ./bin/createUserAndDb.js",
"sync": "node ./bin/syncBlockchain.js"
},
"repository": {
"type": "git",
"url": "https://github.com/xcps/gostexplr.git"
},
"engines": {
"node": ">=7.10.1"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "^4.16.4",
"forever": "^0.15.3",
"fs-ext": "^1.2.1",
"moment": "^2.24.0",
"morgan": "~1.9.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.1",
"pug": "^2.0.0-rc.4",
"sequelize": "^5.1.0",
"sequelize-cli": "^3.2.0",
"serve-favicon": "~2.4.5"
}
}