mirror of https://github.com/GOSTSec/gostexplr
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
863 B
35 lines
863 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", |
|
"syncBlockchain": "node ./bin/syncBlockchain.js", |
|
"addN": "node ./bin/addNToVouts.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.3", |
|
"forever": "^0.15.3", |
|
"fs-ext": "^1.2.1", |
|
"morgan": "~1.9.0", |
|
"mysql": "^2.15.0", |
|
"mysql2": "^1.5.1", |
|
"pug": "^2.0.0-rc.4", |
|
"sequelize": "^4.32.2", |
|
"sequelize-cli": "^3.2.0", |
|
"serve-favicon": "~2.4.5" |
|
} |
|
}
|
|
|