mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
d6ac00af56
Bumps [custom-electron-titlebar](https://github.com/AlexTorresSk/custom-electron-titlebar) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/AlexTorresSk/custom-electron-titlebar/releases) - [Commits](https://github.com/AlexTorresSk/custom-electron-titlebar/commits) Signed-off-by: dependabot[bot] <support@github.com>
35 lines
888 B
JSON
35 lines
888 B
JSON
{
|
|
"name": "armcord",
|
|
"version": "2.0.0",
|
|
"description": "ArmCord is a Discord client made for ARM Linux that allows you to customize your experience.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"dist": "electron-builder",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "smartfrigde",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"custom-electron-titlebar": "3.2.6",
|
|
"v8-compile-cache": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "latest",
|
|
"electron-builder": "latest",
|
|
"electron-packager": "latest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/smartfrigde/armcord.git"
|
|
},
|
|
"keywords": [
|
|
"arm",
|
|
"discord",
|
|
"electron"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/smartfrigde/armcord/issues"
|
|
},
|
|
"homepage": "https://github.com/smartfrigde/armcord#readme"
|
|
}
|