mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
35 lines
906 B
JSON
35 lines
906 B
JSON
{
|
|
"name": "armcord",
|
|
"version": "2.0.0",
|
|
"description": "A minimal working example of how to use the custom-electron-titlebar module from AlexTorresSk.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"dist": "electron-builder",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Tim L. Greller, Alex Torres",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"custom-electron-titlebar": "3.2.5",
|
|
"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"
|
|
}
|