2024-03-11 11:01:07 -04:00
|
|
|
{
|
2024-05-14 10:21:06 -04:00
|
|
|
"name": "WorkflowLauncher",
|
2024-05-19 23:42:33 -04:00
|
|
|
"version": "1.0.5",
|
2024-03-11 11:01:07 -04:00
|
|
|
"description": "NextGen Institute workflows",
|
|
|
|
"main": "main.js",
|
2024-05-14 10:21:06 -04:00
|
|
|
"homepage": "https://nextgenerations-cities.encs.concordia.ca/gitea/g_gutierrez/workflow_launcher",
|
2024-03-11 11:01:07 -04:00
|
|
|
"scripts": {
|
|
|
|
"start": "electron .",
|
2024-03-12 07:57:14 -04:00
|
|
|
"test": "test",
|
2024-05-14 10:21:06 -04:00
|
|
|
"dist-windows": "electron-builder --windows portable",
|
|
|
|
"dist-mac": "electron-builder --mac",
|
|
|
|
"dist-linux": "electron-builder"
|
2024-03-11 11:01:07 -04:00
|
|
|
},
|
2024-05-14 10:21:06 -04:00
|
|
|
"author": "Guille Gutierrez <guillermo.gutierrezmorote@concordia.ca>",
|
2024-03-11 11:01:07 -04:00
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"devDependencies": {
|
2024-03-12 07:57:14 -04:00
|
|
|
"electron": "^28.2.3",
|
|
|
|
"electron-builder": "^24.13.3"
|
2024-03-11 11:01:07 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-10 01:32:16 -04:00
|
|
|
"browser-fs-access": "^0.35.0",
|
2024-05-10 14:03:28 -04:00
|
|
|
"dotenv": "^16.4.5",
|
|
|
|
"filereader": "^0.10.3"
|
2024-05-14 10:21:06 -04:00
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"appId": "ca.concordia",
|
|
|
|
"win": {
|
|
|
|
"icon": "./icon.ico"
|
|
|
|
},
|
|
|
|
"linux": {
|
|
|
|
"icon": "./icon.png",
|
|
|
|
"category": "Science",
|
|
|
|
"target": [
|
|
|
|
"deb"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"mac": {
|
|
|
|
"category": "public.app-category.education",
|
|
|
|
"identity": null
|
|
|
|
}
|
2024-03-11 11:01:07 -04:00
|
|
|
}
|
|
|
|
}
|