armcord/package.json

37 lines
925 B
JSON

{
"name": "armcord",
"version": "2.0.1",
"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",
"update-electron-app": "^2.0.1",
"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"
}