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.
25 lines
611 B
25 lines
611 B
{ |
|
"name": "gostexplr", |
|
"version": "0.0.0", |
|
"private": true, |
|
"scripts": { |
|
"start": "node ./bin/www", |
|
"initdb": "node ./bin/initdb.js", |
|
"reinitTables": "node ./bin/reinitTables.js", |
|
"syncBlockchain": "node ./bin/syncBlockchain.js" |
|
}, |
|
"dependencies": { |
|
"babel-register": "^6.26.0", |
|
"body-parser": "~1.18.2", |
|
"cookie-parser": "~1.4.3", |
|
"debug": "~2.6.9", |
|
"express": "~4.15.5", |
|
"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" |
|
} |
|
}
|
|
|