2021-01-29 02:08:27 -06: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" ,
2022-01-13 01:31:40 -06:00
"chromium-args" : "--disable-popup-blocking --disable-gpu" ,
2021-06-01 09:48:24 -05:00
"user-agent" : "Nwjs:%nwver-%osinfo-%chromium_ver" ,
2021-01-29 02:08:27 -06:00
"window" : {
"width" : 440 ,
"height" : 170 ,
"toolbar" : false ,
"fullscreen" : false ,
"frame" : false ,
"show" : true ,
"position" : "center" ,
"always-on-top" : true ,
"icon" : "assets/pgAdmin4.png"
} ,
"dependencies" : {
"axios" : "^0.21.0" ,
"bootstrap" : "^4.5.3"
} ,
"devDependencies" : {
"eslint" : "^6.3.0" ,
2021-12-08 23:09:21 -06:00
"nw" : "^0.59.0"
2021-01-29 02:08:27 -06:00
} ,
"scripts" : {
"linter" : "yarn eslint --no-eslintrc -c .eslintrc.js --ext .js ."
}
}