Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 0.26.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.25.0...v0.26.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"name": "ms-office-electron",
|
|
"version": "0.5.2",
|
|
"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": [
|
|
"/assets",
|
|
"LICENSE"
|
|
],
|
|
"appId": "com.agampreet.ms-office-electron",
|
|
"productName": "MS-Office-Electron",
|
|
"artifactName": "MS-Office-Electron-Setup-v${version}-${os}-${arch}.${ext}",
|
|
"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": "./assets/icons/icon.png",
|
|
"executableName": "MS-Office-Electron",
|
|
"maintainer": "Agampreet Singh <agam778@zohomail.in>",
|
|
"target": [
|
|
"deb",
|
|
"rpm",
|
|
"AppImage"
|
|
]
|
|
},
|
|
"deb": {
|
|
"compression": "bzip2"
|
|
},
|
|
"mac": {
|
|
"category": "public.app-category.office",
|
|
"target": [
|
|
"dmg"
|
|
],
|
|
"icon": "./assets/icons/icon.icns"
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"perMachine": false,
|
|
"allowToChangeInstallationDirectory": false,
|
|
"license": "LICENSE"
|
|
},
|
|
"win": {
|
|
"target": [
|
|
"nsis"
|
|
],
|
|
"icon": "./assets/icons/icon.ico"
|
|
},
|
|
"directories": {
|
|
"output": "release"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"pack": "electron-builder --dir",
|
|
"dist": "electron-builder"
|
|
},
|
|
"author": {
|
|
"name": "Agampreet Singh",
|
|
"email": "agam778@zohomail.in",
|
|
"url": "https://agam778.is-a.dev/"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"electron": "^17.0.0",
|
|
"electron-builder": "^22.14.5"
|
|
},
|
|
"dependencies": {
|
|
"about-window": "^1.15.2",
|
|
"axios": "^0.26.1",
|
|
"discord-rpc": "^4.0.1",
|
|
"electron-context-menu": "^3.1.1",
|
|
"electron-dl": "^3.3.0",
|
|
"electron-log": "^4.4.5",
|
|
"electron-store": "^8.0.1",
|
|
"electron-updater": "^4.6.1",
|
|
"is-online": "^9.0.1"
|
|
}
|
|
}
|