Files
ms365-electron/MS-Office-Electron-Linux-AppImage/package.json
Agampreet Singh ae77dcc2d8 Add Source code for v0.3.0
Get ready for v0.3.0 bois 🥳🎊🎉

Former-commit-id: 99999e4631
2021-10-05 13:24:44 +05:30

86 lines
2.1 KiB
JSON

{
"name": "ms-office-electron",
"version": "0.3.0",
"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": [
"index.html",
"Intro Image.png",
"Loading.gif",
"icon.png",
"icon.ico",
"license.txt",
"icon2.png"
],
"appId": "com.agampreet.microsoft-office-electron",
"productName": "MS Office - Electron",
"linux": {
"category": "Office",
"desktop": {
"Comment": "An Unofficial Microsoft Office Online Desktop Client. Free of Cost.",
"Name": "MS Office - Electron",
"StartupNotify": "true",
"Terminal": "false",
"Type": "Application",
"Categories": "Office;"
},
"icon": "icon.icns",
"artifactName": "MS-Office-Electron-Setup-${version}-x86_64.${ext}",
"executableName": "MS Office - Electron",
"maintainer": "Agampreet Singh <agam778@zohomail.in>",
"target": [
"AppImage"
]
},
"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": "^15.1.1",
"electron-builder": "^22.11.7"
},
"dependencies": {
"about-window": "^1.15.0",
"electron-updater": "^4.3.9",
"is-online": "^9.0.1",
"node-notifier": "^10.0.0"
}
}