mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 07:16:00 +00:00
25 lines
551 B
JSON
25 lines
551 B
JSON
{
|
|
"name": "dbgate",
|
|
"version": "3.9.5",
|
|
"homepage": "https://dbgate.org/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dbgate/dbgate.git"
|
|
},
|
|
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
|
|
"description": "Opensource database administration tool - web interface",
|
|
"author": "Jan Prochazka",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"dbgate": "./bin/dbgate.js"
|
|
},
|
|
"keywords": [
|
|
"sql",
|
|
"dbgate",
|
|
"web"
|
|
],
|
|
"dependencies": {
|
|
"dbgate-api": "^3.9.5",
|
|
"dbgate-web": "^3.9.5"
|
|
}
|
|
} |