mirror of
https://github.com/agam778/MS-365-Electron.git
synced 2026-02-17 09:02:10 +00:00
88 lines
2.3 KiB
JSON
88 lines
2.3 KiB
JSON
{
|
|
"name": "microsoft-office-electron",
|
|
"version": "0.2.0",
|
|
"description": "An Unofficial Microsoft Office Online Desktop Client. Free of Cost.",
|
|
"main": "main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/agam778/Microsoft-Office-Electron.git"
|
|
},
|
|
"build": {
|
|
"extraFiles": [
|
|
"index.html",
|
|
"Intro Image.png",
|
|
"Loading.gif",
|
|
"icon.png",
|
|
"icon.ico",
|
|
"license.txt",
|
|
"icon2.png"
|
|
],
|
|
"appId": "com.agampreet.microsoft-office-electron",
|
|
"productName": "Microsoft-Office-Electron",
|
|
"linux": {
|
|
"category": "Office",
|
|
"desktop": {
|
|
"Comment": "An Unofficial Microsoft Office Online Desktop Client. Free of Cost.",
|
|
"Name": "Microsoft-Office-Electron",
|
|
"StartupNotify": "true",
|
|
"Terminal": "false",
|
|
"Type": "Application",
|
|
"Categories": "Office;"
|
|
},
|
|
"icon": "icon.icns",
|
|
"executableName": "microsoft-office-electron",
|
|
"maintainer": "Agampreet Singh <agam778singh@outlook.com>",
|
|
"target": [
|
|
"deb",
|
|
"rpm"
|
|
]
|
|
},
|
|
"deb": {
|
|
"compression": "bzip2"
|
|
},
|
|
"mac": {
|
|
"category": "public.app-category.office",
|
|
"target": [
|
|
"dmg"
|
|
]
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"perMachine": false,
|
|
"allowToChangeInstallationDirectory": false,
|
|
"license": "license.txt"
|
|
},
|
|
"win": {
|
|
"target": [
|
|
"nsis"
|
|
]
|
|
},
|
|
"directories": {
|
|
"output": "release"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"pack": "electron-builder --dir",
|
|
"dist": "electron-builder"
|
|
},
|
|
"author": {
|
|
"author": "Agampreet Singh",
|
|
"email": "agam778singh@outlook.com",
|
|
"url": "https://agam778.github.io/"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"electron": "^12.0.0",
|
|
"electron-builder": "^22.10.5",
|
|
"electron-reloader": "^1.2.1"
|
|
},
|
|
"dependencies": {
|
|
"about-window": "^1.14.0",
|
|
"custom-electron-titlebar": "^3.2.7",
|
|
"electron-reload": "^1.5.0",
|
|
"electron-updater": "^4.3.9",
|
|
"update-electron-app": "^2.0.1"
|
|
}
|
|
}
|