armcord/package.json

23 lines
636 B
JSON
Raw Normal View History

2021-05-01 12:41:12 +00:00
{
"name": "custom-electron-titlebar-minimal-example",
"version": "1.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"
}
}