2021-01-29 08:08:27 +00:00
{
"name" : "pgadmin4" ,
"description" : "pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world." ,
"main" : "src/html/pgadmin.html" ,
"repository" : "https://github.com/postgres/pgadmin4.git" ,
"author" : "pgAdmin Development Team (https://www.pgadmin.org/)" ,
"license" : "PostgreSQL" ,
2023-05-02 05:43:17 +00:00
"chromium-args" : "--disable-popup-blocking --disable-gpu --disable-devtools" ,
2021-06-01 14:48:24 +00:00
"user-agent" : "Nwjs:%nwver-%osinfo-%chromium_ver" ,
2022-07-19 09:57:47 +00:00
"nodejs" : true ,
2021-01-29 08:08:27 +00:00
"window" : {
2022-02-17 12:36:38 +00:00
"width" : 750 ,
"height" : 600 ,
2021-01-29 08:08:27 +00:00
"toolbar" : false ,
"fullscreen" : false ,
"frame" : false ,
"show" : true ,
"position" : "center" ,
"always-on-top" : true ,
"icon" : "assets/pgAdmin4.png"
} ,
2023-05-15 16:13:32 +00:00
"icons" : {
"256" : "assets/pgAdmin4.png"
} ,
2021-01-29 08:08:27 +00:00
"dependencies" : {
2024-06-11 09:58:21 +00:00
"axios" : "^1.7.2" ,
2021-01-29 08:08:27 +00:00
"bootstrap" : "^4.5.3"
} ,
"devDependencies" : {
2024-06-06 12:28:03 +00:00
"eslint" : "^9.4.0" ,
2023-08-16 07:35:35 +00:00
"nw" : "0.77.0"
2021-01-29 08:08:27 +00:00
} ,
"scripts" : {
"linter" : "yarn eslint --no-eslintrc -c .eslintrc.js --ext .js ."
2024-03-18 10:53:54 +00:00
} ,
"packageManager" : "yarn@3.6.4"
2021-01-29 08:08:27 +00:00
}