Files
dbgate/packages/dbgate/package.json
2021-02-11 10:11:34 +01:00

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"
}
}