Files
ms365-electron/package.json
Agampreet Singh eeca4e0911 Added Source Code
2021-03-10 12:47:08 +05:30

79 lines
2.0 KiB
JSON

{
"name": "microsoft-office-electron",
"version": "1.0.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": [
"updater.html",
"update.html",
"index.html",
"updatescript.js",
"Intro Image.png",
"Loading.gif",
"icon.png",
"icon.ico"
],
"appId": "com.agampreet.microsoft-office-electron",
"productName": "Microsoft Office - Electron",
"linux": {
"category": "Utilities",
"desktop": {
"Comment": "An Unofficial Microsoft Office Online Desktop Client. Free of Cost.",
"Name": "Microsoft Office - Electron",
"StartupNotify": "true",
"Terminal": "false",
"Type": "Application",
"Categories": "Utilities;Office;"
},
"executableName": "microsoft-office-electron",
"maintainer": "Agampreet Singh <agampreet628@gmail.com>",
"target": [
"AppImage"
]
},
"mac": {
"category": "public.app-category.utilities",
"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": "agampreet628@gmail.com",
"url": "https://agam778.github.io/"
},
"license": "MIT",
"devDependencies": {
"electron": "^12.0.0",
"electron-builder": "^22.10.5"
},
"dependencies": {
"electron-updater": "^4.3.8"
}
}