2021-11-01 23:22:57 +05:30
|
|
|
{
|
|
|
|
|
"name": "ms-office-electron",
|
2022-02-06 20:14:56 +05:30
|
|
|
"version": "0.4.5",
|
2021-11-01 23:22:57 +05:30
|
|
|
"description": "An Unofficial Microsoft Office Online Desktop Client. Free of Cost.",
|
|
|
|
|
"main": "main.js",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/agam778/MS-Office-Electron.git"
|
|
|
|
|
},
|
|
|
|
|
"build": {
|
|
|
|
|
"extraFiles": [
|
|
|
|
|
"icon.png",
|
|
|
|
|
"license.txt",
|
|
|
|
|
"icon2.png"
|
|
|
|
|
],
|
|
|
|
|
"appId": "com.agampreet.ms-office-electron",
|
2021-11-05 18:44:30 +05:30
|
|
|
"productName": "MS-Office-Electron",
|
2022-02-06 20:14:56 +05:30
|
|
|
"artifactName": "MS-Office-Electron-Setup-v${version}-${os}-${arch}.${ext}",
|
2021-11-01 23:22:57 +05:30
|
|
|
"linux": {
|
|
|
|
|
"category": "Office",
|
|
|
|
|
"desktop": {
|
|
|
|
|
"Comment": "An Unofficial Microsoft Office Online Desktop Client. Free of Cost.",
|
2022-02-06 20:14:56 +05:30
|
|
|
"Name": "MS-Office-Electron",
|
2021-11-01 23:22:57 +05:30
|
|
|
"StartupNotify": "true",
|
|
|
|
|
"Terminal": "false",
|
|
|
|
|
"Type": "Application",
|
|
|
|
|
"Categories": "Office;"
|
|
|
|
|
},
|
|
|
|
|
"icon": "icon.png",
|
2021-11-05 18:44:30 +05:30
|
|
|
"executableName": "MS-Office-Electron",
|
2021-11-01 23:22:57 +05:30
|
|
|
"maintainer": "Agampreet Singh <agam778@zohomail.in>",
|
|
|
|
|
"target": [
|
|
|
|
|
"deb",
|
|
|
|
|
"rpm",
|
|
|
|
|
"AppImage"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"deb": {
|
|
|
|
|
"compression": "bzip2"
|
|
|
|
|
},
|
|
|
|
|
"mac": {
|
|
|
|
|
"category": "public.app-category.office",
|
|
|
|
|
"target": [
|
|
|
|
|
"dmg"
|
2021-11-08 08:49:34 +05:30
|
|
|
],
|
|
|
|
|
"icon": "icon.icns"
|
2021-11-01 23:22:57 +05:30
|
|
|
},
|
|
|
|
|
"nsis": {
|
|
|
|
|
"oneClick": false,
|
|
|
|
|
"perMachine": false,
|
|
|
|
|
"allowToChangeInstallationDirectory": false,
|
2022-02-06 20:14:56 +05:30
|
|
|
"license": "license.txt"
|
2021-11-01 23:22:57 +05:30
|
|
|
},
|
|
|
|
|
"win": {
|
|
|
|
|
"target": [
|
|
|
|
|
"nsis"
|
2021-11-08 08:49:34 +05:30
|
|
|
],
|
|
|
|
|
"icon": "icon.ico"
|
2021-11-01 23:22:57 +05:30
|
|
|
},
|
|
|
|
|
"directories": {
|
|
|
|
|
"output": "release"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "electron .",
|
|
|
|
|
"pack": "electron-builder --dir",
|
|
|
|
|
"dist": "electron-builder"
|
|
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Agampreet Singh",
|
2021-11-06 23:44:27 +05:30
|
|
|
"email": "agam778@zohomail.in",
|
2021-11-01 23:22:57 +05:30
|
|
|
"url": "https://agam778.is-a.dev/"
|
|
|
|
|
},
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
2022-02-06 20:14:56 +05:30
|
|
|
"electron": "^17.0.0",
|
|
|
|
|
"electron-builder": "^22.14.5"
|
2021-11-01 23:22:57 +05:30
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2022-02-06 20:14:56 +05:30
|
|
|
"about-window": "^1.15.2",
|
|
|
|
|
"axios": "^0.25.0",
|
|
|
|
|
"electron-context-menu": "^3.1.1",
|
|
|
|
|
"electron-dl": "^3.3.0",
|
|
|
|
|
"electron-log": "^4.4.5",
|
|
|
|
|
"electron-updater": "^4.6.1",
|
|
|
|
|
"is-online": "^9.0.1"
|
2021-11-01 23:22:57 +05:30
|
|
|
}
|
|
|
|
|
}
|